Html Css Color HEX #537973 William

📋 copy color: '#537973'

red 83 ◦ green 121 ◦ blue 115

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

Shades of William #537973

Tints of William #537973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 26.02%
G = 37.93%
B = 36.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#537973 (or 0x537973) is known color: William. HEX triplet: 53, 79 and 73. RGB value is (83,121,115). Sum of RGB (Red+Green+Blue) = 83+121+115=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #537973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537973 is #AC868C. Grayscale: #6C6C6C. Windows color (decimal): -11306637 or 7567699. OLE color: 7567699.

HSL color Cylindrical-coordinate representation of color #537973: hue angle of 170.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537973 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 115 -
CMYK 0.31 0 0.05 0.53
HSL 170.53º 0.19% 0.4% -
HSV(B) 170.53º 0.31% 0.47% -
XYZ 13.5 16.75 18.74 -
YUV 108.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 83 121 115 0.31 0 0.05 0.53 170.53 0.19 0.4
Hex 53 79 73 1F 0 5 35 AB 13 28
Octal 123 171 163 37 0 5 65 253 23 50
Binary 1010011 1111001 1110011 11111 0 101 110101 10101011 10011 101000

Color Harmonies of #537973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537973

Black with #537973

Text Example


Text Example

White with #537973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537973; }

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

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

background-color css

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

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

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

border-color css

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

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

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