Html Css Color HEX #506B5B Como

📋 copy color: '#506B5B'

red 80 ◦ green 107 ◦ blue 91

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

Shades of Como #506B5B

Tints of Como #506B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.49%

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

R = 28.78%
G = 38.49%
B = 32.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#506B5B (or 0x506B5B) is known color: Como. HEX triplet: 50, 6B and 5B. RGB value is (80,107,91). Sum of RGB (Red+Green+Blue) = 80+107+91=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #506B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B5B is #AF94A4. Grayscale: #616161. Windows color (decimal): -11506853 or 5991248. OLE color: 5991248.

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

Color convert

RGB 80 107 91 -
CMYK 0.25 0 0.15 0.58
HSL 144.44º 0.14% 0.37% -
HSV(B) 144.44º 0.25% 0.42% -
XYZ 10.45 12.98 11.85 -
YUV 97.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 80 107 91 0.25 0 0.15 0.58 144.44 0.14 0.37
Hex 50 6B 5B 19 0 F 3A 90 E 25
Octal 120 153 133 31 0 17 72 220 16 45
Binary 1010000 1101011 1011011 11001 0 1111 111010 10010000 1110 100101

Color Harmonies of #506B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B5B

Black with #506B5B

Text Example


Text Example

White with #506B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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