#5C479B

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

Shades of Daisy Bush #5C479B

Tints of Daisy Bush #5C479B

Color information

#5C479B (or 0x5C479B) is unknown color: approx Daisy Bush. HEX triplet: 5C, 47 and 9B. RGB value is (92,71,155). Sum of RGB (Red+Green+Blue) = 92+71+155=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C479B is #A3B864. Grayscale: #565656. Windows color (decimal): -10729573 or 10176348. OLE color: 10176348.

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

Color convert

RGB9271155-
CMYK0.410.5400.39
HSL255º37.17%44.31%-
HSV(B)255º54.19%60.78%-
XYZ12.589.1532.11-
YUV86.86166.46131.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=28.93%
G=22.33%
B=48.74%

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
Decimal92711550.410.5400.3925537.1744.31
Hex5C479B2936027ff252c
Octal13410723351660473774554
Binary1011100100011110011011101001110110010011111111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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