#527461

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

Shades of Como #527461

Tints of Como #527461

Color information

#527461 (or 0x527461) is unknown color: approx Como. HEX triplet: 52, 74 and 61. RGB value is (82,116,97). Sum of RGB (Red+Green+Blue) = 82+116+97=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #527461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527461 is #AD8B9E. Grayscale: #676767. Windows color (decimal): -11373471 or 6386770. OLE color: 6386770.

HSL color Cylindrical-coordinate representation of color #527461: hue angle of 146.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527461 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8211697-
CMYK0.2900.160.55
HSL146.47º17.17%38.82%-
HSV(B)146.47º29.31%45.49%-
XYZ11.8815.1513.61-
YUV103.67124.24112.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=27.80%
G=39.32%
B=32.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116970.2900.160.55146.4717.1738.82
Hex5274611D01037921127
Octal12216414135020672222147
Binary101001011101001100001111010100001101111001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527461; }

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

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

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

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

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

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

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

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