Html Css Color HEX #507072 William

📋 copy color: '#507072'

red 80 ◦ green 112 ◦ blue 114

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

Shades of William #507072

Tints of William #507072

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 80 112 114 -
CMYK 0.30 0.02 0 0.55
HSL 183.53º 0.18% 0.38% -
HSV(B) 183.53º 0.3% 0.45% -
XYZ 12.14 14.51 18.08 -
YUV 102.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 80 112 114 0.30 0.02 0 0.55 183.53 0.18 0.38
Hex 50 70 72 1E 2 0 37 B8 12 26
Octal 120 160 162 36 2 0 67 270 22 46
Binary 1010000 1110000 1110010 11110 10 0 110111 10111000 10010 100110

Color Harmonies of #507072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507072

Black with #507072

Text Example


Text Example

White with #507072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507072; }

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

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

background-color css

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

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

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

border-color css

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

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

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