#5C47A2

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

Shades of Daisy Bush #5C47A2

Tints of Daisy Bush #5C47A2

Color information

#5C47A2 (or 0x5C47A2) is unknown color: approx Daisy Bush. HEX triplet: 5C, 47 and A2. RGB value is (92,71,162). Sum of RGB (Red+Green+Blue) = 92+71+162=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #5C47A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C47A2 is #A3B85D. Grayscale: #575757. Windows color (decimal): -10729566 or 10635100. OLE color: 10635100.

HSL color Cylindrical-coordinate representation of color #5C47A2: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C47A2 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9271162-
CMYK0.430.5600.36
HSL253.85º39.06%45.69%-
HSV(B)253.85º56.17%63.53%-
XYZ13.199.3935.3-
YUV87.65169.96131.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=28.31%
G=21.85%
B=49.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92711620.430.5600.36253.8539.0645.69
Hex5C47A22B38024fe272e
Octal13410724253700443764756
Binary1011100100011110100010101011111000010010011111110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C47A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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