#52775E

Color #52775E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #52775E

Tints of Como #52775E

Color information

#52775E (or 0x52775E) is unknown color: approx Como. HEX triplet: 52, 77 and 5E. RGB value is (82,119,94). Sum of RGB (Red+Green+Blue) = 82+119+94=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #52775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52775E is #AD88A1. Grayscale: #696969. Windows color (decimal): -11372706 or 6190930. OLE color: 6190930.

HSL color Cylindrical-coordinate representation of color #52775E: hue angle of 139.46º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52775E is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB8211994-
CMYK0.3100.210.53
HSL139.46º18.41%39.41%-
HSV(B)139.46º31.09%46.67%-
XYZ12.115.813-
YUV105.09121.74111.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=27.80%
G=40.34%
B=31.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119940.3100.210.53139.4618.4139.41
Hex52775E1F015358b1227
Octal12216713637025652132247
Binary101001011101111011110111110101011101011000101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52775E; }

 p { color: rgb(82,119,94); }

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

<style>
 a { background-color: #52775E; }

 a { background-color: rgb(82,119,94); }

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

<style>
 span { border-color: #52775E; }

 span { border-color: rgb(82,119,94); }

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