#605087

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

Shades of Butterfly Bush #605087

Tints of Butterfly Bush #605087

Color information

#605087 (or 0x605087) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 87. RGB value is (96,80,135). Sum of RGB (Red+Green+Blue) = 96+80+135=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #605087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605087 is #9FAF78. Grayscale: #5A5A5A. Windows color (decimal): -10465145 or 8867936. OLE color: 8867936.

HSL color Cylindrical-coordinate representation of color #605087: hue angle of 257.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605087 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9680135-
CMYK0.290.4100.47
HSL257.45º25.58%42.16%-
HSV(B)257.45º40.74%52.94%-
XYZ12.079.9724.21-
YUV91.05152.8131.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=30.87%
G=25.72%
B=43.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96801350.290.4100.47257.4525.5842.16
Hex6050871D2902F1011a2a
Octal14012020735510574013252
Binary110000010100001000011111101101001010111110000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605087; }

 p { color: rgb(96,80,135); }

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

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

 a { background-color: rgb(96,80,135); }

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

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

 span { border-color: rgb(96,80,135); }

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