Html Css Color HEX #506F5A Como

📋 copy color: '#506F5A'

red 80 ◦ green 111 ◦ blue 90

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

Shades of Como #506F5A

Tints of Como #506F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 28.47%
G = 39.5%
B = 32.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#506F5A (or 0x506F5A) is known color: Como. HEX triplet: 50, 6F and 5A. RGB value is (80,111,90). Sum of RGB (Red+Green+Blue) = 80+111+90=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5A is #AF90A5. Grayscale: #636363. Windows color (decimal): -11505830 or 5926736. OLE color: 5926736.

HSL color Cylindrical-coordinate representation of color #506F5A: hue angle of 139.35º 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 #506F5A is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 90 -
CMYK 0.28 0 0.19 0.56
HSL 139.35º 0.16% 0.37% -
HSV(B) 139.35º 0.28% 0.44% -
XYZ 10.84 13.81 11.77 -
YUV 99.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 80 111 90 0.28 0 0.19 0.56 139.35 0.16 0.37
Hex 50 6F 5A 1C 0 13 38 8B 10 25
Octal 120 157 132 34 0 23 70 213 20 45
Binary 1010000 1101111 1011010 11100 0 10011 111000 10001011 10000 100101

Color Harmonies of #506F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F5A

Black with #506F5A

Text Example


Text Example

White with #506F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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