#5C378C

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

Shades of Daisy Bush #5C378C

Tints of Daisy Bush #5C378C

Color information

#5C378C (or 0x5C378C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 37 and 8C. RGB value is (92,55,140). Sum of RGB (Red+Green+Blue) = 92+55+140=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C378C is #A3C873. Grayscale: #4B4B4B. Windows color (decimal): -10733684 or 9189212. OLE color: 9189212.

HSL color Cylindrical-coordinate representation of color #5C378C: hue angle of 266.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C378C is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9255140-
CMYK0.340.6100.45
HSL266.12º43.59%38.24%-
HSV(B)266.12º60.71%54.9%-
XYZ10.516.925.59-
YUV75.75164.26139.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=32.06%
G=19.16%
B=48.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92551400.340.6100.45266.1243.5938.24
Hex5C378C223D02D10a2c26
Octal1346721442750554125446
Binary1011100110111100011001000101111010101101100001010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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