#605296

Color #605296 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #605296

Tints of Butterfly Bush #605296

Color information

#605296 (or 0x605296) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 96. RGB value is (96,82,150). Sum of RGB (Red+Green+Blue) = 96+82+150=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #605296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605296 is #9FAD69. Grayscale: #5D5D5D. Windows color (decimal): -10464618 or 9851488. OLE color: 9851488.

HSL color Cylindrical-coordinate representation of color #605296: hue angle of 252.35º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #605296 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9682150-
CMYK0.360.4500.41
HSL252.35º29.31%45.49%-
HSV(B)252.35º45.33%58.82%-
XYZ13.3510.7230.22-
YUV93.94159.64129.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=29.27%
G=25%
B=45.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96821500.360.4500.41252.3529.3145.49
Hex605296242D029fc1d2d
Octal14012222644550513743555
Binary110000010100101001011010010010110101010011111110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605296; }

 p { color: rgb(96,82,150); }

 H1.HeaderClassName
 {
   color: #605296;
 }
 .AnyTagClassName
 {
   color: #605296;
 }
</style>
background-color css

<style>
 a { background-color: #605296; }

 a { background-color: rgb(96,82,150); }

 div.DivClassName
 {
   background-color: #605296;
 }
 .BgClassName
 {
   background-color: #605296;
 }
</style>
border-color css

<style>
 span { border-color: #605296; }

 span { border-color: rgb(96,82,150); }

 td.TdClassName
 {
   border-color: #605296;
 }
 .TagClassName
 {
   border-color: #605296;
 }
</style>