#5F4F9E

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

Shades of Butterfly Bush #5F4F9E

Tints of Butterfly Bush #5F4F9E

Color information

#5F4F9E (or 0x5F4F9E) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 4F and 9E. RGB value is (95,79,158). Sum of RGB (Red+Green+Blue) = 95+79+158=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4F9E is #A0B061. Grayscale: #5C5C5C. Windows color (decimal): -10530914 or 10375007. OLE color: 10375007.

HSL color Cylindrical-coordinate representation of color #5F4F9E: hue angle of 252.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F4F9E is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9579158-
CMYK0.400.5000.38
HSL252.15º33.33%46.47%-
HSV(B)252.15º50%61.96%-
XYZ13.6910.4933.65-
YUV92.79164.8129.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=28.61%
G=23.80%
B=47.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95791580.400.5000.38252.1533.3346.47
Hex5F4F9E2832026fc212e
Octal13711723650620463744156
Binary1011111100111110011110101000110010010011011111100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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