#5C339E

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

Shades of Daisy Bush #5C339E

Tints of Daisy Bush #5C339E

Color information

#5C339E (or 0x5C339E) is unknown color: approx Daisy Bush. HEX triplet: 5C, 33 and 9E. RGB value is (92,51,158). Sum of RGB (Red+Green+Blue) = 92+51+158=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C339E is #A3CC61. Grayscale: #4B4B4B. Windows color (decimal): -10734690 or 10367836. OLE color: 10367836.

HSL color Cylindrical-coordinate representation of color #5C339E: hue angle of 262.99º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C339E is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9251158-
CMYK0.420.6800.38
HSL262.99º51.2%40.98%-
HSV(B)262.99º67.72%61.96%-
XYZ11.777.1133.1-
YUV75.46174.58139.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=30.56%
G=16.94%
B=52.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92511580.420.6800.38262.9951.240.98
Hex5C339E2A440261073329
Octal13463236521040464076351
Binary10111001100111001111010101010001000100110100000111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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