Html Css Color HEX #537670 William

📋 copy color: '#537670'

red 83 ◦ green 118 ◦ blue 112

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

Shades of William #537670

Tints of William #537670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 26.52%
G = 37.7%
B = 35.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#537670 (or 0x537670) is known color: William. HEX triplet: 53, 76 and 70. RGB value is (83,118,112). Sum of RGB (Red+Green+Blue) = 83+118+112=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #537670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537670 is #AC898F. Grayscale: #6A6A6A. Windows color (decimal): -11307408 or 7370323. OLE color: 7370323.

HSL color Cylindrical-coordinate representation of color #537670: hue angle of 169.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537670 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 112 -
CMYK 0.30 0 0.05 0.54
HSL 169.71º 0.17% 0.39% -
HSV(B) 169.71º 0.3% 0.46% -
XYZ 12.97 15.97 17.73 -
YUV 106.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 83 118 112 0.30 0 0.05 0.54 169.71 0.17 0.39
Hex 53 76 70 1E 0 5 36 AA 11 27
Octal 123 166 160 36 0 5 66 252 21 47
Binary 1010011 1110110 1110000 11110 0 101 110110 10101010 10001 100111

Color Harmonies of #537670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537670

Black with #537670

Text Example


Text Example

White with #537670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537670; }

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

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

background-color css

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

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

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

border-color css

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

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

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