#5F489E

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

Shades of Daisy Bush #5F489E

Tints of Daisy Bush #5F489E

Color information

#5F489E (or 0x5F489E) is unknown color: approx Daisy Bush. HEX triplet: 5F, 48 and 9E. RGB value is (95,72,158). Sum of RGB (Red+Green+Blue) = 95+72+158=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F489E is #A0B761. Grayscale: #585858. Windows color (decimal): -10532706 or 10373215. OLE color: 10373215.

HSL color Cylindrical-coordinate representation of color #5F489E: hue angle of 256.05º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F489E is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9572158-
CMYK0.400.5400.38
HSL256.05º37.39%45.1%-
HSV(B)256.05º54.43%61.96%-
XYZ13.219.5433.49-
YUV88.68167.12132.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=29.23%
G=22.15%
B=48.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95721580.400.5400.38256.0537.3945.1
Hex5F489E2836026100252d
Octal13711023650660464004555
Binary10111111001000100111101010001101100100110100000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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