Html Css Color HEX #507270 William

📋 copy color: '#507270'

red 80 ◦ green 114 ◦ blue 112

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

Shades of William #507270

Tints of William #507270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 26.14%
G = 37.25%
B = 36.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#507270 (or 0x507270) is known color: William. HEX triplet: 50, 72 and 70. RGB value is (80,114,112). Sum of RGB (Red+Green+Blue) = 80+114+112=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #507270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507270 is #AF8D8F. Grayscale: #676767. Windows color (decimal): -11505040 or 7369296. OLE color: 7369296.

HSL color Cylindrical-coordinate representation of color #507270: hue angle of 176.47º 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 #507270 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 112 -
CMYK 0.30 0 0.02 0.55
HSL 176.47º 0.18% 0.38% -
HSV(B) 176.47º 0.3% 0.45% -
XYZ 12.25 14.91 17.56 -
YUV 103.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 80 114 112 0.30 0 0.02 0.55 176.47 0.18 0.38
Hex 50 72 70 1E 0 2 37 B0 12 26
Octal 120 162 160 36 0 2 67 260 22 46
Binary 1010000 1110010 1110000 11110 0 10 110111 10110000 10010 100110

Color Harmonies of #507270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507270

Black with #507270

Text Example


Text Example

White with #507270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507270; }

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

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

background-color css

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

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

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

border-color css

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

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

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