Html Css Color HEX #507272 William

📋 copy color: '#507272'

red 80 ◦ green 114 ◦ blue 114

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

Shades of William #507272

Tints of William #507272

RGB

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

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

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

R = 25.97%
G = 37.01%
B = 37.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507272 (or 0x507272) is known color: William. HEX triplet: 50, 72 and 72. RGB value is (80,114,114). Sum of RGB (Red+Green+Blue) = 80+114+114=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #507272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507272 is #AF8D8D. Grayscale: #676767. Windows color (decimal): -11505038 or 7500368. OLE color: 7500368.

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

Color convert

RGB 80 114 114 -
CMYK 0.30 0 0 0.55
HSL 180º 0.18% 0.38% -
HSV(B) 180º 0.3% 0.45% -
XYZ 12.36 14.96 18.15 -
YUV 103.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 80 114 114 0.30 0 0 0.55 180 0.18 0.38
Hex 50 72 72 1E 0 0 37 B4 12 26
Octal 120 162 162 36 0 0 67 264 22 46
Binary 1010000 1110010 1110010 11110 0 0 110111 10110100 10010 100110

Color Harmonies of #507272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507272

Black with #507272

Text Example


Text Example

White with #507272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507272; }

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

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

background-color css

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

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

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

border-color css

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

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

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