#5F4F8C

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

Shades of Butterfly Bush #5F4F8C

Tints of Butterfly Bush #5F4F8C

Color information

#5F4F8C (or 0x5F4F8C) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 4F and 8C. RGB value is (95,79,140). Sum of RGB (Red+Green+Blue) = 95+79+140=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F4F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4F8C is #A0B073. Grayscale: #5A5A5A. Windows color (decimal): -10530932 or 9195359. OLE color: 9195359.

HSL color Cylindrical-coordinate representation of color #5F4F8C: hue angle of 255.74º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F4F8C is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9579140-
CMYK0.320.4400.45
HSL255.74º27.85%42.94%-
HSV(B)255.74º43.57%54.9%-
XYZ12.259.9226.08-
YUV90.74155.8131.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=30.25%
G=25.16%
B=44.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95791400.320.4400.45255.7427.8542.94
Hex5F4F8C202C02D1001c2b
Octal13711721440540554003453
Binary1011111100111110001100100000101100010110110000000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,79,140); }

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

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

 a { background-color: rgb(95,79,140); }

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

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

 span { border-color: rgb(95,79,140); }

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