#527260

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

Shades of Como #527260

Tints of Como #527260

Color information

#527260 (or 0x527260) is unknown color: approx Como. HEX triplet: 52, 72 and 60. RGB value is (82,114,96). Sum of RGB (Red+Green+Blue) = 82+114+96=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #527260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527260 is #AD8D9F. Grayscale: #666666. Windows color (decimal): -11373984 or 6320722. OLE color: 6320722.

HSL color Cylindrical-coordinate representation of color #527260: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527260 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8211496-
CMYK0.2800.160.55
HSL146.25º16.33%38.43%-
HSV(B)146.25º28.07%44.71%-
XYZ11.6114.6713.29-
YUV102.38124.4113.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=28.08%
G=39.04%
B=32.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114960.2800.160.55146.2516.3338.43
Hex5272601C01037921026
Octal12216214034020672222046
Binary101001011100101100000111000100001101111001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527260; }

 p { color: rgb(82,114,96); }

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

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

 a { background-color: rgb(82,114,96); }

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

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

 span { border-color: rgb(82,114,96); }

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