Html Css Color HEX #507162 Como

📋 copy color: '#507162'

red 80 ◦ green 113 ◦ blue 98

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

Shades of Como #507162

Tints of Como #507162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 27.49%
G = 38.83%
B = 33.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#507162 (or 0x507162) is known color: Como. HEX triplet: 50, 71 and 62. RGB value is (80,113,98). Sum of RGB (Red+Green+Blue) = 80+113+98=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #507162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507162 is #AF8E9D. Grayscale: #656565. Windows color (decimal): -11505310 or 6451536. OLE color: 6451536.

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

Color convert

RGB 80 113 98 -
CMYK 0.29 0 0.13 0.56
HSL 152.73º 0.17% 0.38% -
HSV(B) 152.73º 0.29% 0.44% -
XYZ 11.42 14.4 13.73 -
YUV 101.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 80 113 98 0.29 0 0.13 0.56 152.73 0.17 0.38
Hex 50 71 62 1D 0 D 38 99 11 26
Octal 120 161 142 35 0 15 70 231 21 46
Binary 1010000 1110001 1100010 11101 0 1101 111000 10011001 10001 100110

Color Harmonies of #507162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507162

Black with #507162

Text Example


Text Example

White with #507162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507162; }

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

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

background-color css

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

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

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

border-color css

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

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

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