#5F4C94

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

Shades of Daisy Bush #5F4C94

Tints of Daisy Bush #5F4C94

Color information

#5F4C94 (or 0x5F4C94) is unknown color: approx Daisy Bush. HEX triplet: 5F, 4C and 94. RGB value is (95,76,148). Sum of RGB (Red+Green+Blue) = 95+76+148=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F4C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C94 is #A0B36B. Grayscale: #595959. Windows color (decimal): -10531692 or 9718879. OLE color: 9718879.

HSL color Cylindrical-coordinate representation of color #5F4C94: hue angle of 255.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F4C94 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9576148-
CMYK0.360.4900.42
HSL255.83º32.14%43.92%-
HSV(B)255.83º48.65%58.04%-
XYZ12.659.7429.23-
YUV89.89160.79131.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=29.78%
G=23.82%
B=46.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95761480.360.4900.42255.8332.1443.92
Hex5F4C94243102A100202c
Octal13711422444610524004054
Binary10111111001100100101001001001100010101010100000000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,148); }

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

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

 a { background-color: rgb(95,76,148); }

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

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

 span { border-color: rgb(95,76,148); }

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