Html Css Color HEX #507370 William

📋 copy color: '#507370'

red 80 ◦ green 115 ◦ blue 112

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

Shades of William #507370

Tints of William #507370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 26.06%
G = 37.46%
B = 36.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#507370 (or 0x507370) is known color: William. HEX triplet: 50, 73 and 70. RGB value is (80,115,112). Sum of RGB (Red+Green+Blue) = 80+115+112=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #507370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507370 is #AF8C8F. Grayscale: #686868. Windows color (decimal): -11504784 or 7369552. OLE color: 7369552.

HSL color Cylindrical-coordinate representation of color #507370: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507370 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 112 -
CMYK 0.30 0 0.03 0.55
HSL 174.86º 0.18% 0.38% -
HSV(B) 174.86º 0.3% 0.45% -
XYZ 12.36 15.14 17.6 -
YUV 104.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 80 115 112 0.30 0 0.03 0.55 174.86 0.18 0.38
Hex 50 73 70 1E 0 3 37 AF 12 26
Octal 120 163 160 36 0 3 67 257 22 46
Binary 1010000 1110011 1110000 11110 0 11 110111 10101111 10010 100110

Color Harmonies of #507370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507370

Black with #507370

Text Example


Text Example

White with #507370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507370; }

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

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

background-color css

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

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

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

border-color css

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

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

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