#5C3998

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

Shades of Daisy Bush #5C3998

Tints of Daisy Bush #5C3998

Color information

#5C3998 (or 0x5C3998) is unknown color: approx Daisy Bush. HEX triplet: 5C, 39 and 98. RGB value is (92,57,152). Sum of RGB (Red+Green+Blue) = 92+57+152=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C3998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3998 is #A3C667. Grayscale: #4D4D4D. Windows color (decimal): -10733160 or 9976156. OLE color: 9976156.

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

Color convert

RGB9257152-
CMYK0.390.6200.40
HSL262.11º45.45%40.98%-
HSV(B)262.11º62.5%59.61%-
XYZ11.547.4730.54-
YUV78.3169.6137.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=30.56%
G=18.94%
B=50.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92571520.390.6200.40262.1145.4540.98
Hex5C3998273E0281062d29
Octal1347123047760504065551
Binary1011100111001100110001001111111100101000100000110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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