#527263

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

Shades of Como #527263

Tints of Como #527263

Color information

#527263 (or 0x527263) is unknown color: approx Como. HEX triplet: 52, 72 and 63. RGB value is (82,114,99). Sum of RGB (Red+Green+Blue) = 82+114+99=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #527263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527263 is #AD8D9C. Grayscale: #666666. Windows color (decimal): -11373981 or 6517330. OLE color: 6517330.

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

Color convert

RGB8211499-
CMYK0.2800.130.55
HSL151.88º16.33%38.43%-
HSV(B)151.88º28.07%44.71%-
XYZ11.7514.7314.03-
YUV102.72125.9113.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=27.80%
G=38.64%
B=33.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114990.2800.130.55151.8816.3338.43
Hex5272631C0D37981026
Octal12216214334015672302046
Binary10100101110010110001111100011011101111001100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527263; }

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

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

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

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

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

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

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

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