#5C2977

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

Shades of Honey Flower #5C2977

Tints of Honey Flower #5C2977

Color information

#5C2977 (or 0x5C2977) is unknown color: approx Honey Flower. HEX triplet: 5C, 29 and 77. RGB value is (92,41,119). Sum of RGB (Red+Green+Blue) = 92+41+119=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2977 is #A3D688. Grayscale: #404040. Windows color (decimal): -10737289 or 7809372. OLE color: 7809372.

HSL color Cylindrical-coordinate representation of color #5C2977: hue angle of 279.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C2977 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9241119-
CMYK0.230.6600.53
HSL279.23º48.75%31.37%-
HSV(B)279.23º65.55%46.67%-
XYZ8.545.1918.01-
YUV65.14158.4147.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=36.51%
G=16.27%
B=47.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92411190.230.6600.53279.2348.7531.37
Hex5C29771742035117311f
Octal13451167271020654276137
Binary10111001010011110111101111000010011010110001011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,41,119); }

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

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

 a { background-color: rgb(92,41,119); }

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

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

 span { border-color: rgb(92,41,119); }

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