Html Css Color HEX #506C67 William

📋 copy color: '#506C67'

red 80 ◦ green 108 ◦ blue 103

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

Shades of William #506C67

Tints of William #506C67

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 27.49%
G = 37.11%
B = 35.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#506C67 (or 0x506C67) is known color: William. HEX triplet: 50, 6C and 67. RGB value is (80,108,103). Sum of RGB (Red+Green+Blue) = 80+108+103=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #506C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C67 is #AF9398. Grayscale: #636363. Windows color (decimal): -11506585 or 6777936. OLE color: 6777936.

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

Color convert

RGB 80 108 103 -
CMYK 0.26 0 0.05 0.58
HSL 169.29º 0.15% 0.37% -
HSV(B) 169.29º 0.26% 0.42% -
XYZ 11.12 13.41 14.83 -
YUV 99.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 80 108 103 0.26 0 0.05 0.58 169.29 0.15 0.37
Hex 50 6C 67 1A 0 5 3A A9 F 25
Octal 120 154 147 32 0 5 72 251 17 45
Binary 1010000 1101100 1100111 11010 0 101 111010 10101001 1111 100101

Color Harmonies of #506C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C67

Black with #506C67

Text Example


Text Example

White with #506C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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