#5C2D92

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

Shades of Daisy Bush #5C2D92

Tints of Daisy Bush #5C2D92

Color information

#5C2D92 (or 0x5C2D92) is unknown color: approx Daisy Bush. HEX triplet: 5C, 2D and 92. RGB value is (92,45,146). Sum of RGB (Red+Green+Blue) = 92+45+146=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C2D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2D92 is #A3D26D. Grayscale: #464646. Windows color (decimal): -10736238 or 9579868. OLE color: 9579868.

HSL color Cylindrical-coordinate representation of color #5C2D92: hue angle of 267.92º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2D92 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9245146-
CMYK0.370.6900.43
HSL267.92º52.88%37.45%-
HSV(B)267.92º69.18%57.25%-
XYZ10.546.2327.84-
YUV70.57170.57143.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=32.51%
G=15.90%
B=51.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92451460.370.6900.43267.9252.8837.45
Hex5C2D92254502B10c3525
Octal13455222451050534146545
Binary10111001011011001001010010110001010101011100001100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,45,146); }

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

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

 a { background-color: rgb(92,45,146); }

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

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

 span { border-color: rgb(92,45,146); }

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