#5F5288

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

Shades of Butterfly Bush #5F5288

Tints of Butterfly Bush #5F5288

Color information

#5F5288 (or 0x5F5288) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 52 and 88. RGB value is (95,82,136). Sum of RGB (Red+Green+Blue) = 95+82+136=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5288 is #A0AD77. Grayscale: #5B5B5B. Windows color (decimal): -10530168 or 8933983. OLE color: 8933983.

HSL color Cylindrical-coordinate representation of color #5F5288: hue angle of 254.44º 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 #5F5288 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9582136-
CMYK0.300.4000.47
HSL254.44º24.77%42.75%-
HSV(B)254.44º39.71%53.33%-
XYZ12.1810.2524.63-
YUV92.04152.81130.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=30.35%
G=26.20%
B=43.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95821360.300.4000.47254.4424.7742.75
Hex5F52881E2802Ffe192b
Octal13712221036500573763153
Binary10111111010010100010001111010100001011111111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5288; }

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

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

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

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

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

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

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

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