Html Css Color HEX #506B67 William

📋 copy color: '#506B67'

red 80 ◦ green 107 ◦ blue 103

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

Shades of William #506B67

Tints of William #506B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 27.59%
G = 36.9%
B = 35.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#506B67 (or 0x506B67) is known color: William. HEX triplet: 50, 6B and 67. RGB value is (80,107,103). Sum of RGB (Red+Green+Blue) = 80+107+103=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #506B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B67 is #AF9498. Grayscale: #626262. Windows color (decimal): -11506841 or 6777680. OLE color: 6777680.

HSL color Cylindrical-coordinate representation of color #506B67: hue angle of 171.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B67 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 103 -
CMYK 0.25 0 0.04 0.58
HSL 171.11º 0.14% 0.37% -
HSV(B) 171.11º 0.25% 0.42% -
XYZ 11.01 13.2 14.8 -
YUV 98.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 80 107 103 0.25 0 0.04 0.58 171.11 0.14 0.37
Hex 50 6B 67 19 0 4 3A AB E 25
Octal 120 153 147 31 0 4 72 253 16 45
Binary 1010000 1101011 1100111 11001 0 100 111010 10101011 1110 100101

Color Harmonies of #506B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B67

Black with #506B67

Text Example


Text Example

White with #506B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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