#527662

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

Shades of Como #527662

Tints of Como #527662

Color information

#527662 (or 0x527662) is unknown color: approx Como. HEX triplet: 52, 76 and 62. RGB value is (82,118,98). Sum of RGB (Red+Green+Blue) = 82+118+98=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #527662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527662 is #AD899D. Grayscale: #686868. Windows color (decimal): -11372958 or 6452818. OLE color: 6452818.

HSL color Cylindrical-coordinate representation of color #527662: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527662 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB8211898-
CMYK0.3100.170.54
HSL146.67º18%39.22%-
HSV(B)146.67º30.51%46.27%-
XYZ12.1615.6313.93-
YUV104.96124.07111.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=27.52%
G=39.60%
B=32.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118980.3100.170.54146.671839.22
Hex5276621F01136931227
Octal12216614237021662232247
Binary101001011101101100010111110100011101101001001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527662; }

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

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

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

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

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

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

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

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