#527565

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

Shades of Como #527565

Tints of Como #527565

Color information

#527565 (or 0x527565) is unknown color: approx Como. HEX triplet: 52, 75 and 65. RGB value is (82,117,101). Sum of RGB (Red+Green+Blue) = 82+117+101=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #527565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527565 is #AD8A9A. Grayscale: #686868. Windows color (decimal): -11373211 or 6649170. OLE color: 6649170.

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

Color convert

RGB82117101-
CMYK0.3000.140.54
HSL152.57º17.59%39.02%-
HSV(B)152.57º29.91%45.88%-
XYZ12.1915.4614.65-
YUV104.71125.9111.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=27.33%
G=39%
B=33.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171010.3000.140.54152.5717.5939.02
Hex5275651E0E36991227
Octal12216514536016662312247
Binary10100101110101110010111110011101101101001100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527565; }

 p { color: rgb(82,117,101); }

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

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

 a { background-color: rgb(82,117,101); }

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

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

 span { border-color: rgb(82,117,101); }

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