#5F469F

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

Shades of Daisy Bush #5F469F

Tints of Daisy Bush #5F469F

Color information

#5F469F (or 0x5F469F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 46 and 9F. RGB value is (95,70,159). Sum of RGB (Red+Green+Blue) = 95+70+159=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F469F is #A0B960. Grayscale: #575757. Windows color (decimal): -10533217 or 10438239. OLE color: 10438239.

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

Color convert

RGB9570159-
CMYK0.400.5600.38
HSL256.85º38.86%44.9%-
HSV(B)256.85º55.97%62.35%-
XYZ13.179.3233.91-
YUV87.62168.28133.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=29.32%
G=21.60%
B=49.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95701590.400.5600.38256.8538.8644.9
Hex5F469F2838026101272d
Octal13710623750700464014755
Binary10111111000110100111111010001110000100110100000001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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