Html Css Color HEX #506F70 William

📋 copy color: '#506F70'

red 80 ◦ green 111 ◦ blue 112

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

Shades of William #506F70

Tints of William #506F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 26.4%
G = 36.63%
B = 36.96%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506F70 (or 0x506F70) is known color: William. HEX triplet: 50, 6F and 70. RGB value is (80,111,112). Sum of RGB (Red+Green+Blue) = 80+111+112=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #506F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F70 is #AF908F. Grayscale: #656565. Windows color (decimal): -11505808 or 7368528. OLE color: 7368528.

HSL color Cylindrical-coordinate representation of color #506F70: hue angle of 181.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506F70 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 112 -
CMYK 0.29 0.01 0 0.56
HSL 181.88º 0.17% 0.38% -
HSV(B) 181.88º 0.29% 0.44% -
XYZ 11.92 14.24 17.45 -
YUV 101.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 80 111 112 0.29 0.01 0 0.56 181.88 0.17 0.38
Hex 50 6F 70 1D 1 0 38 B6 11 26
Octal 120 157 160 35 1 0 70 266 21 46
Binary 1010000 1101111 1110000 11101 1 0 111000 10110110 10001 100110

Color Harmonies of #506F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F70

Black with #506F70

Text Example


Text Example

White with #506F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,112); }

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

background-color css

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

 a { background-color: rgb(80,111,112); }

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

border-color css

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

 span { border-color: rgb(80,111,112); }

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