Html Css Color HEX #506B70 Tax Break

📋 copy color: '#506B70'

red 80 ◦ green 107 ◦ blue 112

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

Shades of Tax Break #506B70

Tints of Tax Break #506B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

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

R = 26.76%
G = 35.79%
B = 37.46%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506B70 (or 0x506B70) is known color: Tax Break. HEX triplet: 50, 6B and 70. RGB value is (80,107,112). Sum of RGB (Red+Green+Blue) = 80+107+112=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #506B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B70 is #AF948F. Grayscale: #636363. Windows color (decimal): -11506832 or 7367504. OLE color: 7367504.

HSL color Cylindrical-coordinate representation of color #506B70: hue angle of 189.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506B70 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 107 112 -
CMYK 0.29 0.04 0 0.56
HSL 189.38º 0.17% 0.38% -
HSV(B) 189.38º 0.29% 0.44% -
XYZ 11.49 13.39 17.31 -
YUV 99.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 80 107 112 0.29 0.04 0 0.56 189.38 0.17 0.38
Hex 50 6B 70 1D 4 0 38 BD 11 26
Octal 120 153 160 35 4 0 70 275 21 46
Binary 1010000 1101011 1110000 11101 100 0 111000 10111101 10001 100110

Color Harmonies of #506B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B70

Black with #506B70

Text Example


Text Example

White with #506B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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