Html Css Color HEX #506F59 Como

📋 copy color: '#506F59'

red 80 ◦ green 111 ◦ blue 89

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

Shades of Como #506F59

Tints of Como #506F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 28.57%
G = 39.64%
B = 31.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#506F59 (or 0x506F59) is known color: Como. HEX triplet: 50, 6F and 59. RGB value is (80,111,89). Sum of RGB (Red+Green+Blue) = 80+111+89=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #506F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F59 is #AF90A6. Grayscale: #636363. Windows color (decimal): -11505831 or 5861200. OLE color: 5861200.

HSL color Cylindrical-coordinate representation of color #506F59: hue angle of 137.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F59 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 89 -
CMYK 0.28 0 0.20 0.56
HSL 137.42º 0.16% 0.37% -
HSV(B) 137.42º 0.28% 0.44% -
XYZ 10.8 13.8 11.55 -
YUV 99.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 80 111 89 0.28 0 0.20 0.56 137.42 0.16 0.37
Hex 50 6F 59 1C 0 14 38 89 10 25
Octal 120 157 131 34 0 24 70 211 20 45
Binary 1010000 1101111 1011001 11100 0 10100 111000 10001001 10000 100101

Color Harmonies of #506F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F59

Black with #506F59

Text Example


Text Example

White with #506F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F59; }

 p { color: rgb(80,111,89); }

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

background-color css

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

 a { background-color: rgb(80,111,89); }

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

border-color css

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

 span { border-color: rgb(80,111,89); }

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