#527462

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

Shades of Como #527462

Tints of Como #527462

Color information

#527462 (or 0x527462) is unknown color: approx Como. HEX triplet: 52, 74 and 62. RGB value is (82,116,98). Sum of RGB (Red+Green+Blue) = 82+116+98=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #527462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527462 is #AD8B9D. Grayscale: #676767. Windows color (decimal): -11373470 or 6452306. OLE color: 6452306.

HSL color Cylindrical-coordinate representation of color #527462: hue angle of 148.24º 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 #527462 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8211698-
CMYK0.2900.160.55
HSL148.24º17.17%38.82%-
HSV(B)148.24º29.31%45.49%-
XYZ11.9315.1713.85-
YUV103.78124.74112.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=27.70%
G=39.19%
B=33.11%

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
Decimal82116980.2900.160.55148.2417.1738.82
Hex5274621D01037941127
Octal12216414235020672242147
Binary101001011101001100010111010100001101111001010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527462; }

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

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

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

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

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

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

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

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