#527465

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

Shades of Como #527465

Tints of Como #527465

Color information

#527465 (or 0x527465) is unknown color: approx Como. HEX triplet: 52, 74 and 65. RGB value is (82,116,101). Sum of RGB (Red+Green+Blue) = 82+116+101=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #527465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527465 is #AD8B9A. Grayscale: #686868. Windows color (decimal): -11373467 or 6648914. OLE color: 6648914.

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

Color convert

RGB82116101-
CMYK0.2900.130.55
HSL153.53º17.17%38.82%-
HSV(B)153.53º29.31%45.49%-
XYZ12.0715.2214.61-
YUV104.12126.24112.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=27.42%
G=38.80%
B=33.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161010.2900.130.55153.5317.1738.82
Hex5274651D0D379a1127
Octal12216414535015672322147
Binary10100101110100110010111101011011101111001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527465; }

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

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

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

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

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

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

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

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