Html Css Color HEX #506460 William

📋 copy color: '#506460'

red 80 ◦ green 100 ◦ blue 96

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

Shades of William #506460

Tints of William #506460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 28.99%
G = 36.23%
B = 34.78%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#506460 (or 0x506460) is known color: William. HEX triplet: 50, 64 and 60. RGB value is (80,100,96). Sum of RGB (Red+Green+Blue) = 80+100+96=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #506460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506460 is #AF9B9F. Grayscale: #5D5D5D. Windows color (decimal): -11508640 or 6317136. OLE color: 6317136.

HSL color Cylindrical-coordinate representation of color #506460: hue angle of 168º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #506460 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 96 -
CMYK 0.2 0 0.04 0.61
HSL 168º 0.11% 0.35% -
HSV(B) 168º 0.2% 0.39% -
XYZ 9.98 11.66 12.79 -
YUV 93.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 80 100 96 0.2 0 0.04 0.61 168 0.11 0.35
Hex 50 64 60 14 0 4 3D A8 B 23
Octal 120 144 140 24 0 4 75 250 13 43
Binary 1010000 1100100 1100000 10100 0 100 111101 10101000 1011 100011

Color Harmonies of #506460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506460

Black with #506460

Text Example


Text Example

White with #506460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506460; }

 p { color: rgb(80,100,96); }

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

background-color css

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

 a { background-color: rgb(80,100,96); }

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

border-color css

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

 span { border-color: rgb(80,100,96); }

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