#5C3277

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

Shades of Honey Flower #5C3277

Tints of Honey Flower #5C3277

Color information

#5C3277 (or 0x5C3277) is unknown color: approx Honey Flower. HEX triplet: 5C, 32 and 77. RGB value is (92,50,119). Sum of RGB (Red+Green+Blue) = 92+50+119=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3277 is #A3CD88. Grayscale: #464646. Windows color (decimal): -10734985 or 7811676. OLE color: 7811676.

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

Color convert

RGB9250119-
CMYK0.230.5800.53
HSL276.52º40.83%33.14%-
HSV(B)276.52º57.98%46.67%-
XYZ8.885.8918.12-
YUV70.42155.41143.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=35.25%
G=19.16%
B=45.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92501190.230.5800.53276.5240.8333.14
Hex5C3277173A0351152921
Octal1346216727720654255141
Binary10111001100101110111101111110100110101100010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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