Html Css Color HEX #507163 Como

📋 copy color: '#507163'

red 80 ◦ green 113 ◦ blue 99

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

Shades of Como #507163

Tints of Como #507163

RGB

 RED value IS 80 (31.64% from 255) = 27.4%

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

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

R = 27.4%
G = 38.7%
B = 33.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#507163 (or 0x507163) is known color: Como. HEX triplet: 50, 71 and 63. RGB value is (80,113,99). Sum of RGB (Red+Green+Blue) = 80+113+99=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #507163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507163 is #AF8E9C. Grayscale: #656565. Windows color (decimal): -11505309 or 6517072. OLE color: 6517072.

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

Color convert

RGB 80 113 99 -
CMYK 0.29 0 0.12 0.56
HSL 154.55º 0.17% 0.38% -
HSV(B) 154.55º 0.29% 0.44% -
XYZ 11.47 14.42 13.98 -
YUV 101.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 80 113 99 0.29 0 0.12 0.56 154.55 0.17 0.38
Hex 50 71 63 1D 0 C 38 9B 11 26
Octal 120 161 143 35 0 14 70 233 21 46
Binary 1010000 1110001 1100011 11101 0 1100 111000 10011011 10001 100110

Color Harmonies of #507163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507163

Black with #507163

Text Example


Text Example

White with #507163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507163; }

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

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

background-color css

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

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

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

border-color css

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

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

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