#527162

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

Shades of Como #527162

Tints of Como #527162

Color information

#527162 (or 0x527162) is unknown color: approx Como. HEX triplet: 52, 71 and 62. RGB value is (82,113,98). Sum of RGB (Red+Green+Blue) = 82+113+98=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #527162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527162 is #AD8E9D. Grayscale: #666666. Windows color (decimal): -11374238 or 6451538. OLE color: 6451538.

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

Color convert

RGB8211398-
CMYK0.2700.130.56
HSL150.97º15.9%38.24%-
HSV(B)150.97º27.43%44.31%-
XYZ11.5914.4913.74-
YUV102.02125.73113.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=27.99%
G=38.57%
B=33.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113980.2700.130.56150.9715.938.24
Hex5271621B0D38971026
Octal12216114233015702272046
Binary10100101110001110001011011011011110001001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527162; }

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

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

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

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

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

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

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

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