Html Css Color HEX #506A5B Como

📋 copy color: '#506A5B'

red 80 ◦ green 106 ◦ blue 91

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

Shades of Como #506A5B

Tints of Como #506A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 28.88%
G = 38.27%
B = 32.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#506A5B (or 0x506A5B) is known color: Como. HEX triplet: 50, 6A and 5B. RGB value is (80,106,91). Sum of RGB (Red+Green+Blue) = 80+106+91=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #506A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A5B is #AF95A4. Grayscale: #606060. Windows color (decimal): -11507109 or 5990992. OLE color: 5990992.

HSL color Cylindrical-coordinate representation of color #506A5B: hue angle of 145.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A5B is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 106 91 -
CMYK 0.25 0 0.14 0.58
HSL 145.38º 0.14% 0.36% -
HSV(B) 145.38º 0.25% 0.42% -
XYZ 10.35 12.77 11.82 -
YUV 96.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 80 106 91 0.25 0 0.14 0.58 145.38 0.14 0.36
Hex 50 6A 5B 19 0 E 3A 91 E 24
Octal 120 152 133 31 0 16 72 221 16 44
Binary 1010000 1101010 1011011 11001 0 1110 111010 10010001 1110 100100

Color Harmonies of #506A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A5B

Black with #506A5B

Text Example


Text Example

White with #506A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,91); }

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

background-color css

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

 a { background-color: rgb(80,106,91); }

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

border-color css

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

 span { border-color: rgb(80,106,91); }

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