#5D449C

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

Shades of Daisy Bush #5D449C

Tints of Daisy Bush #5D449C

Color information

#5D449C (or 0x5D449C) is unknown color: approx Daisy Bush. HEX triplet: 5D, 44 and 9C. RGB value is (93,68,156). Sum of RGB (Red+Green+Blue) = 93+68+156=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D449C is #A2BB63. Grayscale: #555555. Windows color (decimal): -10664804 or 10241117. OLE color: 10241117.

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

Color convert

RGB9368156-
CMYK0.400.5600.39
HSL257.05º39.29%43.92%-
HSV(B)257.05º56.41%61.18%-
XYZ12.588.8632.5-
YUV85.51167.78133.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=29.34%
G=21.45%
B=49.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93681560.400.5600.39257.0539.2943.92
Hex5D449C2838027101272c
Octal13510423450700474014754
Binary10111011000100100111001010001110000100111100000001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,68,156); }

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

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

 a { background-color: rgb(93,68,156); }

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

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

 span { border-color: rgb(93,68,156); }

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