#5C398F

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

Shades of Daisy Bush #5C398F

Tints of Daisy Bush #5C398F

Color information

#5C398F (or 0x5C398F) is unknown color: approx Daisy Bush. HEX triplet: 5C, 39 and 8F. RGB value is (92,57,143). Sum of RGB (Red+Green+Blue) = 92+57+143=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C398F is #A3C670. Grayscale: #4C4C4C. Windows color (decimal): -10733169 or 9386332. OLE color: 9386332.

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

Color convert

RGB9257143-
CMYK0.360.6000.44
HSL264.42º43%39.22%-
HSV(B)264.42º60.14%56.08%-
XYZ10.837.1826.8-
YUV77.27165.1138.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.51%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=31.51%
G=19.52%
B=48.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92571430.360.6000.44264.424339.22
Hex5C398F243C02C1082b27
Octal1347121744740544105347
Binary1011100111001100011111001001111000101100100001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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