Html Css Color HEX #537372 William

📋 copy color: '#537372'

red 83 ◦ green 115 ◦ blue 114

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

Shades of William #537372

Tints of William #537372

RGB

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

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

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

R = 26.6%
G = 36.86%
B = 36.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#537372 (or 0x537372) is known color: William. HEX triplet: 53, 73 and 72. RGB value is (83,115,114). Sum of RGB (Red+Green+Blue) = 83+115+114=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #537372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537372 is #AC8C8D. Grayscale: #696969. Windows color (decimal): -11308174 or 7500627. OLE color: 7500627.

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

Color convert

RGB 83 115 114 -
CMYK 0.28 0 0.01 0.55
HSL 178.13º 0.16% 0.39% -
HSV(B) 178.13º 0.28% 0.45% -
XYZ 12.74 15.32 18.2 -
YUV 105.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 83 115 114 0.28 0 0.01 0.55 178.13 0.16 0.39
Hex 53 73 72 1C 0 1 37 B2 10 27
Octal 123 163 162 34 0 1 67 262 20 47
Binary 1010011 1110011 1110010 11100 0 1 110111 10110010 10000 100111

Color Harmonies of #537372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537372

Black with #537372

Text Example


Text Example

White with #537372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537372; }

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

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

background-color css

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

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

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

border-color css

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

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

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