#527761

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

Shades of Como #527761

Tints of Como #527761

Color information

#527761 (or 0x527761) is unknown color: approx Como. HEX triplet: 52, 77 and 61. RGB value is (82,119,97). Sum of RGB (Red+Green+Blue) = 82+119+97=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #527761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527761 is #AD889E. Grayscale: #696969. Windows color (decimal): -11372703 or 6387538. OLE color: 6387538.

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

Color convert

RGB8211997-
CMYK0.3100.180.53
HSL144.32º18.41%39.41%-
HSV(B)144.32º31.09%46.67%-
XYZ12.2315.8513.72-
YUV105.43123.24111.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=27.52%
G=39.93%
B=32.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119970.3100.180.53144.3218.4139.41
Hex5277611F01235901227
Octal12216714137022652202247
Binary101001011101111100001111110100101101011001000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527761; }

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

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

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

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

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

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

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

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