#5F489F

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

Shades of Daisy Bush #5F489F

Tints of Daisy Bush #5F489F

Color information

#5F489F (or 0x5F489F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 48 and 9F. RGB value is (95,72,159). Sum of RGB (Red+Green+Blue) = 95+72+159=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F489F is #A0B760. Grayscale: #585858. Windows color (decimal): -10532705 or 10438751. OLE color: 10438751.

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

Color convert

RGB9572159-
CMYK0.400.5500.38
HSL255.86º37.66%45.29%-
HSV(B)255.86º54.72%62.35%-
XYZ13.299.5733.95-
YUV88.8167.62132.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=29.14%
G=22.09%
B=48.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95721590.400.5500.38255.8637.6645.29
Hex5F489F2837026100262d
Octal13711023750670464004655
Binary10111111001000100111111010001101110100110100000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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