Html Css Color HEX #506D6C William

📋 copy color: '#506D6C'

red 80 ◦ green 109 ◦ blue 108

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

Shades of William #506D6C

Tints of William #506D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 26.94%
G = 36.7%
B = 36.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#506D6C (or 0x506D6C) is known color: William. HEX triplet: 50, 6D and 6C. RGB value is (80,109,108). Sum of RGB (Red+Green+Blue) = 80+109+108=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #506D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D6C is #AF9293. Grayscale: #646464. Windows color (decimal): -11506324 or 7105872. OLE color: 7105872.

HSL color Cylindrical-coordinate representation of color #506D6C: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D6C is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 108 -
CMYK 0.27 0 0.01 0.57
HSL 177.93º 0.15% 0.37% -
HSV(B) 177.93º 0.27% 0.43% -
XYZ 11.48 13.73 16.23 -
YUV 100.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 80 109 108 0.27 0 0.01 0.57 177.93 0.15 0.37
Hex 50 6D 6C 1B 0 1 39 B2 F 25
Octal 120 155 154 33 0 1 71 262 17 45
Binary 1010000 1101101 1101100 11011 0 1 111001 10110010 1111 100101

Color Harmonies of #506D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D6C

Black with #506D6C

Text Example


Text Example

White with #506D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,108); }

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

background-color css

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

 a { background-color: rgb(80,109,108); }

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

border-color css

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

 span { border-color: rgb(80,109,108); }

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