Html Css Color HEX #506561 William

📋 copy color: '#506561'

red 80 ◦ green 101 ◦ blue 97

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

Shades of William #506561

Tints of William #506561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 28.78%
G = 36.33%
B = 34.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#506561 (or 0x506561) is known color: William. HEX triplet: 50, 65 and 61. RGB value is (80,101,97). Sum of RGB (Red+Green+Blue) = 80+101+97=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #506561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506561 is #AF9A9E. Grayscale: #5E5E5E. Windows color (decimal): -11508383 or 6382928. OLE color: 6382928.

HSL color Cylindrical-coordinate representation of color #506561: hue angle of 168.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506561 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 97 -
CMYK 0.21 0 0.04 0.60
HSL 168.57º 0.12% 0.35% -
HSV(B) 168.57º 0.21% 0.4% -
XYZ 10.12 11.88 13.07 -
YUV 94.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 80 101 97 0.21 0 0.04 0.60 168.57 0.12 0.35
Hex 50 65 61 15 0 4 3C A9 C 23
Octal 120 145 141 25 0 4 74 251 14 43
Binary 1010000 1100101 1100001 10101 0 100 111100 10101001 1100 100011

Color Harmonies of #506561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506561

Black with #506561

Text Example


Text Example

White with #506561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506561; }

 p { color: rgb(80,101,97); }

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

background-color css

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

 a { background-color: rgb(80,101,97); }

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

border-color css

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

 span { border-color: rgb(80,101,97); }

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