Html Css Color HEX #506868 Tax Break

📋 copy color: '#506868'

red 80 ◦ green 104 ◦ blue 104

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

Shades of Tax Break #506868

Tints of Tax Break #506868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 27.78%
G = 36.11%
B = 36.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506868 (or 0x506868) is known color: Tax Break. HEX triplet: 50, 68 and 68. RGB value is (80,104,104). Sum of RGB (Red+Green+Blue) = 80+104+104=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #506868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506868 is #AF9797. Grayscale: #606060. Windows color (decimal): -11507608 or 6842448. OLE color: 6842448.

HSL color Cylindrical-coordinate representation of color #506868: hue angle of 180º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506868 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 104 -
CMYK 0.23 0 0 0.59
HSL 180º 0.13% 0.36% -
HSV(B) 180º 0.23% 0.41% -
XYZ 10.76 12.61 14.96 -
YUV 96.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 80 104 104 0.23 0 0 0.59 180 0.13 0.36
Hex 50 68 68 17 0 0 3B B4 D 24
Octal 120 150 150 27 0 0 73 264 15 44
Binary 1010000 1101000 1101000 10111 0 0 111011 10110100 1101 100100

Color Harmonies of #506868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506868

Black with #506868

Text Example


Text Example

White with #506868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506868; }

 p { color: rgb(80,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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