Html Css Color HEX #537271 William

📋 copy color: '#537271'

red 83 ◦ green 114 ◦ blue 113

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

Shades of William #537271

Tints of William #537271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 26.77%
G = 36.77%
B = 36.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#537271 (or 0x537271) is known color: William. HEX triplet: 53, 72 and 71. RGB value is (83,114,113). Sum of RGB (Red+Green+Blue) = 83+114+113=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #537271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537271 is #AC8D8E. Grayscale: #686868. Windows color (decimal): -11308431 or 7434835. OLE color: 7434835.

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

Color convert

RGB 83 114 113 -
CMYK 0.27 0 0.01 0.55
HSL 178.06º 0.16% 0.39% -
HSV(B) 178.06º 0.27% 0.45% -
XYZ 12.57 15.07 17.87 -
YUV 104.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 83 114 113 0.27 0 0.01 0.55 178.06 0.16 0.39
Hex 53 72 71 1B 0 1 37 B2 10 27
Octal 123 162 161 33 0 1 67 262 20 47
Binary 1010011 1110010 1110001 11011 0 1 110111 10110010 10000 100111

Color Harmonies of #537271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537271

Black with #537271

Text Example


Text Example

White with #537271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537271; }

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

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

background-color css

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

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

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

border-color css

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

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

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