#5C368C

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

Shades of Daisy Bush #5C368C

Tints of Daisy Bush #5C368C

Color information

#5C368C (or 0x5C368C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 36 and 8C. RGB value is (92,54,140). Sum of RGB (Red+Green+Blue) = 92+54+140=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C368C is #A3C973. Grayscale: #4A4A4A. Windows color (decimal): -10733940 or 9188956. OLE color: 9188956.

HSL color Cylindrical-coordinate representation of color #5C368C: hue angle of 266.51º 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 #5C368C is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9254140-
CMYK0.340.6100.45
HSL266.51º44.33%38.04%-
HSV(B)266.51º61.43%54.9%-
XYZ10.476.8125.57-
YUV75.17164.59140.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=32.17%
G=18.88%
B=48.95%

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
Decimal92541400.340.6100.45266.5144.3338.04
Hex5C368C223D02D10b2c26
Octal1346621442750554135446
Binary1011100110110100011001000101111010101101100001011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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