Html Css Color HEX #527263 Como

📋 copy color: '#527263'

red 82 ◦ green 114 ◦ blue 99

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

Shades of Como #527263

Tints of Como #527263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

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

R = 27.8%
G = 38.64%
B = 33.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#527263 (or 0x527263) is known color: 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

RGB 82 114 99 -
CMYK 0.28 0 0.13 0.55
HSL 151.88º 0.16% 0.38% -
HSV(B) 151.88º 0.28% 0.45% -
XYZ 11.75 14.73 14.03 -
YUV 102.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 82 114 99 0.28 0 0.13 0.55 151.88 0.16 0.38
Hex 52 72 63 1C 0 D 37 98 10 26
Octal 122 162 143 34 0 15 67 230 20 46
Binary 1010010 1110010 1100011 11100 0 1101 110111 10011000 10000 100110

Color Harmonies of #527263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527263

Black with #527263

Text Example


Text Example

White with #527263

Text Example


Text Example

HTML Codes & Css Web 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>