Html Css Color HEX #537270 William

📋 copy color: '#537270'

red 83 ◦ green 114 ◦ blue 112

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

Shades of William #537270

Tints of William #537270

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 83 114 112 -
CMYK 0.27 0 0.02 0.55
HSL 176.13º 0.16% 0.39% -
HSV(B) 176.13º 0.27% 0.45% -
XYZ 12.51 15.04 17.57 -
YUV 104.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 83 114 112 0.27 0 0.02 0.55 176.13 0.16 0.39
Hex 53 72 70 1B 0 2 37 B0 10 27
Octal 123 162 160 33 0 2 67 260 20 47
Binary 1010011 1110010 1110000 11011 0 10 110111 10110000 10000 100111

Color Harmonies of #537270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537270

Black with #537270

Text Example


Text Example

White with #537270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537270; }

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

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

background-color css

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

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

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

border-color css

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

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

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