#5F5598

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

Shades of Butterfly Bush #5F5598

Tints of Butterfly Bush #5F5598

Color information

#5F5598 (or 0x5F5598) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 55 and 98. RGB value is (95,85,152). Sum of RGB (Red+Green+Blue) = 95+85+152=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5598 is #A0AA67. Grayscale: #5F5F5F. Windows color (decimal): -10529384 or 9983327. OLE color: 9983327.

HSL color Cylindrical-coordinate representation of color #5F5598: hue angle of 248.96º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F5598 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9585152-
CMYK0.380.4400.40
HSL248.96º28.27%46.47%-
HSV(B)248.96º44.08%59.61%-
XYZ13.6411.231.15-
YUV95.63159.81127.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=28.61%
G=25.60%
B=45.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95851520.380.4400.40248.9628.2746.47
Hex5F5598262C028f91c2e
Octal13712523046540503713456
Binary101111110101011001100010011010110001010001111100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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