Html Css Color HEX #527163 Como

📋 copy color: '#527163'

red 82 ◦ green 113 ◦ blue 99

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

Shades of Como #527163

Tints of Como #527163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 27.89%
G = 38.44%
B = 33.67%

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

#527163 (or 0x527163) is known color: Como. HEX triplet: 52, 71 and 63. RGB value is (82,113,99). Sum of RGB (Red+Green+Blue) = 82+113+99=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #527163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527163 is #AD8E9C. Grayscale: #666666. Windows color (decimal): -11374237 or 6517074. OLE color: 6517074.

HSL color Cylindrical-coordinate representation of color #527163: hue angle of 152.9º degrees, saturation: 0.16, 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 #527163 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 99 -
CMYK 0.27 0 0.12 0.56
HSL 152.9º 0.16% 0.38% -
HSV(B) 152.9º 0.27% 0.44% -
XYZ 11.64 14.5 13.99 -
YUV 102.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 82 113 99 0.27 0 0.12 0.56 152.9 0.16 0.38
Hex 52 71 63 1B 0 C 38 99 10 26
Octal 122 161 143 33 0 14 70 231 20 46
Binary 1010010 1110001 1100011 11011 0 1100 111000 10011001 10000 100110

Color Harmonies of #527163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527163

Black with #527163

Text Example


Text Example

White with #527163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527163; }

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

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

background-color css

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

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

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

border-color css

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

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

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