#5F4F9A

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

Shades of Butterfly Bush #5F4F9A

Tints of Butterfly Bush #5F4F9A

Color information

#5F4F9A (or 0x5F4F9A) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 4F and 9A. RGB value is (95,79,154). Sum of RGB (Red+Green+Blue) = 95+79+154=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F4F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4F9A is #A0B065. Grayscale: #5C5C5C. Windows color (decimal): -10530918 or 10112863. OLE color: 10112863.

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

Color convert

RGB9579154-
CMYK0.380.4900.40
HSL252.8º32.19%45.69%-
HSV(B)252.8º48.7%60.39%-
XYZ13.3510.3631.87-
YUV92.33162.8129.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=28.96%
G=24.09%
B=46.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95791540.380.4900.40252.832.1945.69
Hex5F4F9A2631028fd202e
Octal13711723246610503754056
Binary1011111100111110011010100110110001010100011111101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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