Html Css Color HEX #506562 William

📋 copy color: '#506562'

red 80 ◦ green 101 ◦ blue 98

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

Shades of William #506562

Tints of William #506562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 28.67%
G = 36.2%
B = 35.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#506562 (or 0x506562) is known color: William. HEX triplet: 50, 65 and 62. RGB value is (80,101,98). Sum of RGB (Red+Green+Blue) = 80+101+98=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #506562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506562 is #AF9A9D. Grayscale: #5E5E5E. Windows color (decimal): -11508382 or 6448464. OLE color: 6448464.

HSL color Cylindrical-coordinate representation of color #506562: hue angle of 171.43º 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 #506562 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 98 -
CMYK 0.21 0 0.03 0.60
HSL 171.43º 0.12% 0.35% -
HSV(B) 171.43º 0.21% 0.4% -
XYZ 10.17 11.89 13.32 -
YUV 94.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 80 101 98 0.21 0 0.03 0.60 171.43 0.12 0.35
Hex 50 65 62 15 0 3 3C AB C 23
Octal 120 145 142 25 0 3 74 253 14 43
Binary 1010000 1100101 1100010 10101 0 11 111100 10101011 1100 100011

Color Harmonies of #506562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506562

Black with #506562

Text Example


Text Example

White with #506562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506562; }

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

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

background-color css

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

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

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

border-color css

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

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

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