Html Css Color HEX #507170 William

📋 copy color: '#507170'

red 80 ◦ green 113 ◦ blue 112

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

Shades of William #507170

Tints of William #507170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 26.23%
G = 37.05%
B = 36.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#507170 (or 0x507170) is known color: William. HEX triplet: 50, 71 and 70. RGB value is (80,113,112). Sum of RGB (Red+Green+Blue) = 80+113+112=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #507170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507170 is #AF8E8F. Grayscale: #666666. Windows color (decimal): -11505296 or 7369040. OLE color: 7369040.

HSL color Cylindrical-coordinate representation of color #507170: hue angle of 178.18º 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 #507170 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 112 -
CMYK 0.29 0 0.01 0.56
HSL 178.18º 0.17% 0.38% -
HSV(B) 178.18º 0.29% 0.44% -
XYZ 12.14 14.69 17.52 -
YUV 103.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 80 113 112 0.29 0 0.01 0.56 178.18 0.17 0.38
Hex 50 71 70 1D 0 1 38 B2 11 26
Octal 120 161 160 35 0 1 70 262 21 46
Binary 1010000 1110001 1110000 11101 0 1 111000 10110010 10001 100110

Color Harmonies of #507170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507170

Black with #507170

Text Example


Text Example

White with #507170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507170; }

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

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

background-color css

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

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

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

border-color css

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

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

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