#5C358F

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

Shades of Daisy Bush #5C358F

Tints of Daisy Bush #5C358F

Color information

#5C358F (or 0x5C358F) is unknown color: approx Daisy Bush. HEX triplet: 5C, 35 and 8F. RGB value is (92,53,143). Sum of RGB (Red+Green+Blue) = 92+53+143=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C358F is #A3CA70. Grayscale: #4A4A4A. Windows color (decimal): -10734193 or 9385308. OLE color: 9385308.

HSL color Cylindrical-coordinate representation of color #5C358F: hue angle of 266º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C358F is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9253143-
CMYK0.360.6300.44
HSL266º45.92%38.43%-
HSV(B)266º62.94%56.08%-
XYZ10.646.826.74-
YUV74.92166.42140.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=31.94%
G=18.40%
B=49.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92531430.360.6300.4426645.9238.43
Hex5C358F243F02C10a2e26
Octal1346521744770544125646
Binary1011100110101100011111001001111110101100100001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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