#5C3077

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

Shades of Honey Flower #5C3077

Tints of Honey Flower #5C3077

Color information

#5C3077 (or 0x5C3077) is unknown color: approx Honey Flower. HEX triplet: 5C, 30 and 77. RGB value is (92,48,119). Sum of RGB (Red+Green+Blue) = 92+48+119=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C3077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3077 is #A3CF88. Grayscale: #454545. Windows color (decimal): -10735497 or 7811164. OLE color: 7811164.

HSL color Cylindrical-coordinate representation of color #5C3077: hue angle of 277.18º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3077 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9248119-
CMYK0.230.6000.53
HSL277.18º42.51%32.75%-
HSV(B)277.18º59.66%46.67%-
XYZ8.85.7218.09-
YUV69.25156.08144.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.52%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=35.52%
G=18.53%
B=45.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92481190.230.6000.53277.1842.5132.75
Hex5C3077173C0351152b21
Octal1346016727740654255341
Binary10111001100001110111101111111000110101100010101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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