#5f449e

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

Shades of Daisy Bush #5F449E

Tints of Daisy Bush #5F449E

Color information

#5F449E (or 0x5F449E) is unknown color: approx Daisy Bush. HEX triplet: 5F, 44 and 9E. RGB value is (95,68,158). Sum of RGB (Red+Green+Blue) = 95+68+158=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F449E is #A0BB61. Grayscale: #565656. Windows color (decimal): -10533730 or 10372191. OLE color: 10372191.

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

Color convert

RGB9568158-
CMYK0.400.5700.38
HSL258º39.82%44.31%-
HSV(B)258º56.96%61.96%-
XYZ12.969.0433.41-
YUV86.33168.45134.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=29.60%
G=21.18%
B=49.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95681580.400.5700.3825839.8244.31
Hex5F449E2839026102282c
Octal13710423650710464025054
Binary10111111000100100111101010001110010100110100000010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f449e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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