#5C2376

Color #5C2376 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5C2376

Tints of Honey Flower #5C2376

Color information

#5C2376 (or 0x5C2376) is unknown color: approx Honey Flower. HEX triplet: 5C, 23 and 76. RGB value is (92,35,118). Sum of RGB (Red+Green+Blue) = 92+35+118=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2376 is #A3DC89. Grayscale: #3D3D3D. Windows color (decimal): -10738826 or 7742300. OLE color: 7742300.

HSL color Cylindrical-coordinate representation of color #5C2376: hue angle of 281.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C2376 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9235118-
CMYK0.220.7000.54
HSL281.2º54.25%30%-
HSV(B)281.2º70.34%46.27%-
XYZ8.284.7917.63-
YUV61.5159.88149.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=37.55%
G=14.29%
B=48.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92351180.220.7000.54281.254.2530
Hex5C23761646036119361e
Octal13443166261060664316636
Binary10111001000111110110101101000110011011010001100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,35,118); }

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

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

 a { background-color: rgb(92,35,118); }

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

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

 span { border-color: rgb(92,35,118); }

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