#527762

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

Shades of Como #527762

Tints of Como #527762

Color information

#527762 (or 0x527762) is unknown color: approx Como. HEX triplet: 52, 77 and 62. RGB value is (82,119,98). Sum of RGB (Red+Green+Blue) = 82+119+98=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #527762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527762 is #AD889D. Grayscale: #696969. Windows color (decimal): -11372702 or 6453074. OLE color: 6453074.

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

Color convert

RGB8211998-
CMYK0.3100.180.53
HSL145.95º18.41%39.41%-
HSV(B)145.95º31.09%46.67%-
XYZ12.2815.8713.97-
YUV105.54123.74111.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=27.42%
G=39.80%
B=32.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119980.3100.180.53145.9518.4139.41
Hex5277621F01235921227
Octal12216714237022652222247
Binary101001011101111100010111110100101101011001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527762; }

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

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

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

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

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

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

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

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