#527464

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

Shades of Como #527464

Tints of Como #527464

Color information

#527464 (or 0x527464) is unknown color: approx Como. HEX triplet: 52, 74 and 64. RGB value is (82,116,100). Sum of RGB (Red+Green+Blue) = 82+116+100=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #527464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527464 is #AD8B9B. Grayscale: #686868. Windows color (decimal): -11373468 or 6583378. OLE color: 6583378.

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

Color convert

RGB82116100-
CMYK0.2900.140.55
HSL151.76º17.17%38.82%-
HSV(B)151.76º29.31%45.49%-
XYZ12.0315.214.36-
YUV104.01125.74112.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=27.52%
G=38.93%
B=33.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161000.2900.140.55151.7617.1738.82
Hex5274641D0E37981127
Octal12216414435016672302147
Binary10100101110100110010011101011101101111001100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527464; }

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

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

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

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

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

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

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

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