#5F5592

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

Shades of Butterfly Bush #5F5592

Tints of Butterfly Bush #5F5592

Color information

#5F5592 (or 0x5F5592) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 55 and 92. RGB value is (95,85,146). Sum of RGB (Red+Green+Blue) = 95+85+146=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5592 is #A0AA6D. Grayscale: #5E5E5E. Windows color (decimal): -10529390 or 9590111. OLE color: 9590111.

HSL color Cylindrical-coordinate representation of color #5F5592: hue angle of 249.84º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F5592 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9585146-
CMYK0.350.4200.43
HSL249.84º26.41%45.29%-
HSV(B)249.84º41.78%57.25%-
XYZ13.1611.0128.62-
YUV94.94156.81128.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=29.14%
G=26.07%
B=44.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95851460.350.4200.43249.8426.4145.29
Hex5F5592232A02Bfa1a2d
Octal13712522243520533723255
Binary101111110101011001001010001110101001010111111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,146); }

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

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

 a { background-color: rgb(95,85,146); }

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

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

 span { border-color: rgb(95,85,146); }

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