#5C499C

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

Shades of Daisy Bush #5C499C

Tints of Daisy Bush #5C499C

Color information

#5C499C (or 0x5C499C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 49 and 9C. RGB value is (92,73,156). Sum of RGB (Red+Green+Blue) = 92+73+156=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C499C is #A3B663. Grayscale: #575757. Windows color (decimal): -10729060 or 10242396. OLE color: 10242396.

HSL color Cylindrical-coordinate representation of color #5C499C: hue angle of 253.73º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C499C is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9273156-
CMYK0.410.5300.39
HSL253.73º36.24%44.9%-
HSV(B)253.73º53.21%61.18%-
XYZ12.89.4432.6-
YUV88.14166.29130.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=28.66%
G=22.74%
B=48.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92731560.410.5300.39253.7336.2444.9
Hex5C499C2935027fe242d
Octal13411123451650473764455
Binary1011100100100110011100101001110101010011111111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,156); }

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

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

 a { background-color: rgb(92,73,156); }

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

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

 span { border-color: rgb(92,73,156); }

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