#5C338E

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

Shades of Daisy Bush #5C338E

Tints of Daisy Bush #5C338E

Color information

#5C338E (or 0x5C338E) is unknown color: approx Daisy Bush. HEX triplet: 5C, 33 and 8E. RGB value is (92,51,142). Sum of RGB (Red+Green+Blue) = 92+51+142=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C338E is #A3CC71. Grayscale: #494949. Windows color (decimal): -10734706 or 9319260. OLE color: 9319260.

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

Color convert

RGB9251142-
CMYK0.350.6400.44
HSL267.03º47.15%37.84%-
HSV(B)267.03º64.08%55.69%-
XYZ10.486.626.31-
YUV73.63166.58141.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=32.28%
G=17.89%
B=49.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92511420.350.6400.44267.0347.1537.84
Hex5C338E234002C10b2f26
Octal13463216431000544135746
Binary10111001100111000111010001110000000101100100001011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,142); }

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

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

 a { background-color: rgb(92,51,142); }

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

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

 span { border-color: rgb(92,51,142); }

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