#5F498E

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

Shades of Daisy Bush #5F498E

Tints of Daisy Bush #5F498E

Color information

#5F498E (or 0x5F498E) is unknown color: approx Daisy Bush. HEX triplet: 5F, 49 and 8E. RGB value is (95,73,142). Sum of RGB (Red+Green+Blue) = 95+73+142=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F498E is #A0B671. Grayscale: #575757. Windows color (decimal): -10532466 or 9324895. OLE color: 9324895.

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

Color convert

RGB9573142-
CMYK0.330.4900.44
HSL259.13º32.09%42.16%-
HSV(B)259.13º48.59%55.69%-
XYZ11.989.1526.73-
YUV87.44158.79133.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.65%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=30.65%
G=23.55%
B=45.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95731420.330.4900.44259.1332.0942.16
Hex5F498E213102C103202a
Octal13711121641610544034052
Binary10111111001001100011101000011100010101100100000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,73,142); }

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

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

 a { background-color: rgb(95,73,142); }

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

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

 span { border-color: rgb(95,73,142); }

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