Html Css Color HEX #506D6A William

📋 copy color: '#506D6A'

red 80 ◦ green 109 ◦ blue 106

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

Shades of William #506D6A

Tints of William #506D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 27.12%
G = 36.95%
B = 35.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#506D6A (or 0x506D6A) is known color: William. HEX triplet: 50, 6D and 6A. RGB value is (80,109,106). Sum of RGB (Red+Green+Blue) = 80+109+106=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #506D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D6A is #AF9295. Grayscale: #636363. Windows color (decimal): -11506326 or 6974800. OLE color: 6974800.

HSL color Cylindrical-coordinate representation of color #506D6A: hue angle of 173.79º 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 #506D6A is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 106 -
CMYK 0.27 0 0.03 0.57
HSL 173.79º 0.15% 0.37% -
HSV(B) 173.79º 0.27% 0.43% -
XYZ 11.38 13.68 15.68 -
YUV 99.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 80 109 106 0.27 0 0.03 0.57 173.79 0.15 0.37
Hex 50 6D 6A 1B 0 3 39 AE F 25
Octal 120 155 152 33 0 3 71 256 17 45
Binary 1010000 1101101 1101010 11011 0 11 111001 10101110 1111 100101

Color Harmonies of #506D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D6A

Black with #506D6A

Text Example


Text Example

White with #506D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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