#5C378E

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

Shades of Daisy Bush #5C378E

Tints of Daisy Bush #5C378E

Color information

#5C378E (or 0x5C378E) is unknown color: approx Daisy Bush. HEX triplet: 5C, 37 and 8E. RGB value is (92,55,142). Sum of RGB (Red+Green+Blue) = 92+55+142=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C378E is #A3C871. Grayscale: #4B4B4B. Windows color (decimal): -10733682 or 9320284. OLE color: 9320284.

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

Color convert

RGB9255142-
CMYK0.350.6100.44
HSL265.52º44.16%38.63%-
HSV(B)265.52º61.27%55.69%-
XYZ10.666.9626.37-
YUV75.98165.26139.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=31.83%
G=19.03%
B=49.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92551420.350.6100.44265.5244.1638.63
Hex5C378E233D02C10a2c27
Octal1346721643750544125447
Binary1011100110111100011101000111111010101100100001010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,55,142); }

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

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

 a { background-color: rgb(92,55,142); }

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

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

 span { border-color: rgb(92,55,142); }

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