Html Css Color HEX #507073 Tax Break

📋 copy color: '#507073'

red 80 ◦ green 112 ◦ blue 115

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

Shades of Tax Break #507073

Tints of Tax Break #507073

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

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

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

R = 26.06%
G = 36.48%
B = 37.46%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507073 (or 0x507073) is known color: Tax Break. HEX triplet: 50, 70 and 73. RGB value is (80,112,115). Sum of RGB (Red+Green+Blue) = 80+112+115=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #507073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507073 is #AF8F8C. Grayscale: #666666. Windows color (decimal): -11505549 or 7565392. OLE color: 7565392.

HSL color Cylindrical-coordinate representation of color #507073: hue angle of 185.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507073 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 112 115 -
CMYK 0.30 0.03 0 0.55
HSL 185.14º 0.18% 0.38% -
HSV(B) 185.14º 0.3% 0.45% -
XYZ 12.2 14.53 18.38 -
YUV 102.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 80 112 115 0.30 0.03 0 0.55 185.14 0.18 0.38
Hex 50 70 73 1E 3 0 37 B9 12 26
Octal 120 160 163 36 3 0 67 271 22 46
Binary 1010000 1110000 1110011 11110 11 0 110111 10111001 10010 100110

Color Harmonies of #507073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507073

Black with #507073

Text Example


Text Example

White with #507073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507073; }

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

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

background-color css

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

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

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

border-color css

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

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

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