#5C399A

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

Shades of Daisy Bush #5C399A

Tints of Daisy Bush #5C399A

Color information

#5C399A (or 0x5C399A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 39 and 9A. RGB value is (92,57,154). Sum of RGB (Red+Green+Blue) = 92+57+154=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C399A is #A3C665. Grayscale: #4E4E4E. Windows color (decimal): -10733158 or 10107228. OLE color: 10107228.

HSL color Cylindrical-coordinate representation of color #5C399A: hue angle of 261.65º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C399A is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9257154-
CMYK0.400.6300.40
HSL261.65º45.97%41.37%-
HSV(B)261.65º62.99%60.39%-
XYZ11.717.5331.41-
YUV78.52170.6137.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=30.36%
G=18.81%
B=50.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92571540.400.6300.40261.6545.9741.37
Hex5C399A283F0281062e29
Octal1347123250770504065651
Binary1011100111001100110101010001111110101000100000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,154); }

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

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

 a { background-color: rgb(92,57,154); }

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

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

 span { border-color: rgb(92,57,154); }

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