#527661

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

Shades of Como #527661

Tints of Como #527661

Color information

#527661 (or 0x527661) is unknown color: approx Como. HEX triplet: 52, 76 and 61. RGB value is (82,118,97). Sum of RGB (Red+Green+Blue) = 82+118+97=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #527661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527661 is #AD899E. Grayscale: #686868. Windows color (decimal): -11372959 or 6387282. OLE color: 6387282.

HSL color Cylindrical-coordinate representation of color #527661: hue angle of 145º 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 #527661 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB8211897-
CMYK0.3100.180.54
HSL145º18%39.22%-
HSV(B)145º30.51%46.27%-
XYZ12.1215.6113.68-
YUV104.84123.57111.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=27.61%
G=39.73%
B=32.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118970.3100.180.541451839.22
Hex5276611F01236911227
Octal12216614137022662212247
Binary101001011101101100001111110100101101101001000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527661; }

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

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

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

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

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

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

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

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