Html Css Color HEX #537072 William

📋 copy color: '#537072'

red 83 ◦ green 112 ◦ blue 114

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

Shades of William #537072

Tints of William #537072

RGB

 RED value IS 83 (32.81% from 255) = 26.86%

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

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

R = 26.86%
G = 36.25%
B = 36.89%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#537072 (or 0x537072) is known color: William. HEX triplet: 53, 70 and 72. RGB value is (83,112,114). Sum of RGB (Red+Green+Blue) = 83+112+114=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #537072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537072 is #AC8F8D. Grayscale: #676767. Windows color (decimal): -11308942 or 7499859. OLE color: 7499859.

HSL color Cylindrical-coordinate representation of color #537072: hue angle of 183.87º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537072 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 112 114 -
CMYK 0.27 0.02 0 0.55
HSL 183.87º 0.16% 0.39% -
HSV(B) 183.87º 0.27% 0.45% -
XYZ 12.4 14.64 18.09 -
YUV 103.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 83 112 114 0.27 0.02 0 0.55 183.87 0.16 0.39
Hex 53 70 72 1B 2 0 37 B8 10 27
Octal 123 160 162 33 2 0 67 270 20 47
Binary 1010011 1110000 1110010 11011 10 0 110111 10111000 10000 100111

Color Harmonies of #537072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537072

Black with #537072

Text Example


Text Example

White with #537072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537072; }

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

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

background-color css

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

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

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

border-color css

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

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

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