#5C479C

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

Shades of Daisy Bush #5C479C

Tints of Daisy Bush #5C479C

Color information

#5C479C (or 0x5C479C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 47 and 9C. RGB value is (92,71,156). Sum of RGB (Red+Green+Blue) = 92+71+156=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C479C is #A3B863. Grayscale: #565656. Windows color (decimal): -10729572 or 10241884. OLE color: 10241884.

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

Color convert

RGB9271156-
CMYK0.410.5400.39
HSL254.82º37.44%44.51%-
HSV(B)254.82º54.49%61.18%-
XYZ12.679.1832.56-
YUV86.97166.96131.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=28.84%
G=22.26%
B=48.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92711560.410.5400.39254.8237.4444.51
Hex5C479C2936027ff252d
Octal13410723451660473774555
Binary1011100100011110011100101001110110010011111111111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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