Html Css Color HEX #506967 William

📋 copy color: '#506967'

red 80 ◦ green 105 ◦ blue 103

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

Shades of William #506967

Tints of William #506967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 27.78%
G = 36.46%
B = 35.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#506967 (or 0x506967) is known color: William. HEX triplet: 50, 69 and 67. RGB value is (80,105,103). Sum of RGB (Red+Green+Blue) = 80+105+103=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #506967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506967 is #AF9698. Grayscale: #616161. Windows color (decimal): -11507353 or 6777168. OLE color: 6777168.

HSL color Cylindrical-coordinate representation of color #506967: hue angle of 175.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506967 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 103 -
CMYK 0.24 0 0.02 0.59
HSL 175.2º 0.14% 0.36% -
HSV(B) 175.2º 0.24% 0.41% -
XYZ 10.81 12.79 14.73 -
YUV 97.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 80 105 103 0.24 0 0.02 0.59 175.2 0.14 0.36
Hex 50 69 67 18 0 2 3B AF E 24
Octal 120 151 147 30 0 2 73 257 16 44
Binary 1010000 1101001 1100111 11000 0 10 111011 10101111 1110 100100

Color Harmonies of #506967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506967

Black with #506967

Text Example


Text Example

White with #506967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506967; }

 p { color: rgb(80,105,103); }

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

background-color css

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

 a { background-color: rgb(80,105,103); }

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

border-color css

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

 span { border-color: rgb(80,105,103); }

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