#52775A

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

Shades of Como #52775A

Tints of Como #52775A

Color information

#52775A (or 0x52775A) is unknown color: approx Como. HEX triplet: 52, 77 and 5A. RGB value is (82,119,90). Sum of RGB (Red+Green+Blue) = 82+119+90=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #52775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52775A is #AD88A5. Grayscale: #686868. Windows color (decimal): -11372710 or 5928786. OLE color: 5928786.

HSL color Cylindrical-coordinate representation of color #52775A: hue angle of 132.97º 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 #52775A is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8211990-
CMYK0.3100.240.53
HSL132.97º18.41%39.41%-
HSV(B)132.97º31.09%46.67%-
XYZ11.9215.7312.08-
YUV104.63119.74111.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=28.18%
G=40.89%
B=30.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119900.3100.240.53132.9718.4139.41
Hex52775A1F01835851227
Octal12216713237030652052247
Binary101001011101111011010111110110001101011000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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