#5F5488

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

Shades of Butterfly Bush #5F5488

Tints of Butterfly Bush #5F5488

Color information

#5F5488 (or 0x5F5488) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 54 and 88. RGB value is (95,84,136). Sum of RGB (Red+Green+Blue) = 95+84+136=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F5488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5488 is #A0AB77. Grayscale: #5D5D5D. Windows color (decimal): -10529656 or 8934495. OLE color: 8934495.

HSL color Cylindrical-coordinate representation of color #5F5488: hue angle of 252.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F5488 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9584136-
CMYK0.300.3800.47
HSL252.69º23.64%43.14%-
HSV(B)252.69º38.24%53.33%-
XYZ12.3310.5524.68-
YUV93.22152.14129.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=30.16%
G=26.67%
B=43.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95841360.300.3800.47252.6923.6443.14
Hex5F54881E2602Ffd182b
Octal13712421036460573753053
Binary10111111010100100010001111010011001011111111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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