#527160

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

Shades of Como #527160

Tints of Como #527160

Color information

#527160 (or 0x527160) is unknown color: approx Como. HEX triplet: 52, 71 and 60. RGB value is (82,113,96). Sum of RGB (Red+Green+Blue) = 82+113+96=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #527160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527160 is #AD8E9F. Grayscale: #656565. Windows color (decimal): -11374240 or 6320466. OLE color: 6320466.

HSL color Cylindrical-coordinate representation of color #527160: hue angle of 147.1º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527160 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB8211396-
CMYK0.2700.150.56
HSL147.1º15.9%38.24%-
HSV(B)147.1º27.43%44.31%-
XYZ11.514.4513.25-
YUV101.79124.73113.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=28.18%
G=38.83%
B=32.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113960.2700.150.56147.115.938.24
Hex5271601B0F38931026
Octal12216114033017702232046
Binary10100101110001110000011011011111110001001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527160; }

 p { color: rgb(82,113,96); }

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

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

 a { background-color: rgb(82,113,96); }

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

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

 span { border-color: rgb(82,113,96); }

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