Html Css Color HEX #537073 Tax Break

📋 copy color: '#537073'

red 83 ◦ green 112 ◦ blue 115

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

Shades of Tax Break #537073

Tints of Tax Break #537073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 26.77%
G = 36.13%
B = 37.1%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#537073 (or 0x537073) is known color: Tax Break. HEX triplet: 53, 70 and 73. RGB value is (83,112,115). Sum of RGB (Red+Green+Blue) = 83+112+115=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #537073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537073 is #AC8F8C. Grayscale: #676767. Windows color (decimal): -11308941 or 7565395. OLE color: 7565395.

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

Color convert

RGB 83 112 115 -
CMYK 0.28 0.03 0 0.55
HSL 185.63º 0.16% 0.39% -
HSV(B) 185.63º 0.28% 0.45% -
XYZ 12.46 14.67 18.39 -
YUV 103.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 83 112 115 0.28 0.03 0 0.55 185.63 0.16 0.39
Hex 53 70 73 1C 3 0 37 BA 10 27
Octal 123 160 163 34 3 0 67 272 20 47
Binary 1010011 1110000 1110011 11100 11 0 110111 10111010 10000 100111

Color Harmonies of #537073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537073

Black with #537073

Text Example


Text Example

White with #537073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537073; }

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

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

background-color css

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

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

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

border-color css

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

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

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