#527164

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

Shades of Como #527164

Tints of Como #527164

Color information

#527164 (or 0x527164) is unknown color: approx Como. HEX triplet: 52, 71 and 64. RGB value is (82,113,100). Sum of RGB (Red+Green+Blue) = 82+113+100=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #527164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527164 is #AD8E9B. Grayscale: #666666. Windows color (decimal): -11374236 or 6582610. OLE color: 6582610.

HSL color Cylindrical-coordinate representation of color #527164: hue angle of 154.84º 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 #527164 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB82113100-
CMYK0.2700.120.56
HSL154.84º15.9%38.24%-
HSV(B)154.84º27.43%44.31%-
XYZ11.6914.5214.24-
YUV102.25126.73113.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=27.80%
G=38.31%
B=33.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131000.2700.120.56154.8415.938.24
Hex5271641B0C389b1026
Octal12216114433014702332046
Binary10100101110001110010011011011001110001001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527164; }

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

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

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

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

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

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

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

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