#5C2299

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

Shades of Daisy Bush #5C2299

Tints of Daisy Bush #5C2299

Color information

#5C2299 (or 0x5C2299) is unknown color: approx Daisy Bush. HEX triplet: 5C, 22 and 99. RGB value is (92,34,153). Sum of RGB (Red+Green+Blue) = 92+34+153=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2299 is #A3DD66. Grayscale: #404040. Windows color (decimal): -10739047 or 10035804. OLE color: 10035804.

HSL color Cylindrical-coordinate representation of color #5C2299: hue angle of 269.24º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2299 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9234153-
CMYK0.400.7800.4
HSL269.24º63.64%36.67%-
HSV(B)269.24º77.78%60%-
XYZ10.745.7230.68-
YUV64.91177.72147.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=32.97%
G=12.19%
B=54.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92341530.400.7800.4269.2463.6436.67
Hex5C2299284E02810d4025
Octal134422315011605041510045
Binary101110010001010011001101000100111001010001000011011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,34,153); }

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

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

 a { background-color: rgb(92,34,153); }

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

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

 span { border-color: rgb(92,34,153); }

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