Html Css Color HEX #527063 Como

📋 copy color: '#527063'

red 82 ◦ green 112 ◦ blue 99

#527063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #527063

Tints of Como #527063

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 27.99%
G = 38.23%
B = 33.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#527063 (or 0x527063) is known color: Como. HEX triplet: 52, 70 and 63. RGB value is (82,112,99). Sum of RGB (Red+Green+Blue) = 82+112+99=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #527063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527063 is #AD8F9C. Grayscale: #656565. Windows color (decimal): -11374493 or 6516818. OLE color: 6516818.

HSL color Cylindrical-coordinate representation of color #527063: hue angle of 154º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527063 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 99 -
CMYK 0.27 0 0.12 0.56
HSL 154º 0.15% 0.38% -
HSV(B) 154º 0.27% 0.44% -
XYZ 11.53 14.28 13.95 -
YUV 101.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 82 112 99 0.27 0 0.12 0.56 154 0.15 0.38
Hex 52 70 63 1B 0 C 38 9A F 26
Octal 122 160 143 33 0 14 70 232 17 46
Binary 1010010 1110000 1100011 11011 0 1100 111000 10011010 1111 100110

Color Harmonies of #527063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527063

Black with #527063

Text Example


Text Example

White with #527063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527063; }

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

 H1.HeaderClassName
 {
   color: #527063;
 }
 .AnyTagClassName
 {
   color: #527063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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