#5C4084

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

Shades of Daisy Bush #5C4084

Tints of Daisy Bush #5C4084

Color information

#5C4084 (or 0x5C4084) is unknown color: approx Daisy Bush. HEX triplet: 5C, 40 and 84. RGB value is (92,64,132). Sum of RGB (Red+Green+Blue) = 92+64+132=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4084 is #A3BF7B. Grayscale: #4F4F4F. Windows color (decimal): -10731388 or 8667228. OLE color: 8667228.

HSL color Cylindrical-coordinate representation of color #5C4084: hue angle of 264.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C4084 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9264132-
CMYK0.300.5200.48
HSL264.71º34.69%38.43%-
HSV(B)264.71º51.52%51.76%-
XYZ10.417.6122.75-
YUV80.12157.28136.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=31.94%
G=22.22%
B=45.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92641320.300.5200.48264.7134.6938.43
Hex5C40841E340301092326
Octal13410020436640604114346
Binary1011100100000010000100111101101000110000100001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,64,132); }

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

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

 a { background-color: rgb(92,64,132); }

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

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

 span { border-color: rgb(92,64,132); }

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