#5F428F

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

Shades of Daisy Bush #5F428F

Tints of Daisy Bush #5F428F

Color information

#5F428F (or 0x5F428F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 42 and 8F. RGB value is (95,66,143). Sum of RGB (Red+Green+Blue) = 95+66+143=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F428F is #A0BD70. Grayscale: #535353. Windows color (decimal): -10534257 or 9388639. OLE color: 9388639.

HSL color Cylindrical-coordinate representation of color #5F428F: hue angle of 262.6º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F428F is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9566143-
CMYK0.340.5400.44
HSL262.6º36.84%40.98%-
HSV(B)262.6º53.85%56.08%-
XYZ11.638.3126.98-
YUV83.45161.61136.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=31.25%
G=21.71%
B=47.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95661430.340.5400.44262.636.8440.98
Hex5F428F223602C1072529
Octal13710221742660544074551
Binary10111111000010100011111000101101100101100100000111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,143); }

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

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

 a { background-color: rgb(95,66,143); }

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

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

 span { border-color: rgb(95,66,143); }

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