#605288

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

Shades of Butterfly Bush #605288

Tints of Butterfly Bush #605288

Color information

#605288 (or 0x605288) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 88. RGB value is (96,82,136). Sum of RGB (Red+Green+Blue) = 96+82+136=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #605288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605288 is #9FAD77. Grayscale: #5C5C5C. Windows color (decimal): -10464632 or 8933984. OLE color: 8933984.

HSL color Cylindrical-coordinate representation of color #605288: hue angle of 255.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605288 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9682136-
CMYK0.290.4000.47
HSL255.56º24.77%42.75%-
HSV(B)255.56º39.71%53.33%-
XYZ12.2910.324.63-
YUV92.34152.64130.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=30.57%
G=26.11%
B=43.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96821360.290.4000.47255.5624.7742.75
Hex6052881D2802F100192b
Octal14012221035500574003153
Binary110000010100101000100011101101000010111110000000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605288; }

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

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

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

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

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

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

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

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