Html Css Color HEX #506179 Chambray

📋 copy color: '#506179'

red 80 ◦ green 97 ◦ blue 121

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

Shades of Chambray #506179

Tints of Chambray #506179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 26.85%
G = 32.55%
B = 40.6%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506179 (or 0x506179) is known color: Chambray. HEX triplet: 50, 61 and 79. RGB value is (80,97,121). Sum of RGB (Red+Green+Blue) = 80+97+121=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #506179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506179 is #AF9E86. Grayscale: #5E5E5E. Windows color (decimal): -11509383 or 7954768. OLE color: 7954768.

HSL color Cylindrical-coordinate representation of color #506179: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506179 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 97 121 -
CMYK 0.34 0.20 0 0.53
HSL 215.12º 0.2% 0.39% -
HSV(B) 215.12º 0.34% 0.47% -
XYZ 11.03 11.64 19.75 -
YUV 94.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 80 97 121 0.34 0.20 0 0.53 215.12 0.2 0.39
Hex 50 61 79 22 14 0 35 D7 14 27
Octal 120 141 171 42 24 0 65 327 24 47
Binary 1010000 1100001 1111001 100010 10100 0 110101 11010111 10100 100111

Color Harmonies of #506179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506179

Black with #506179

Text Example


Text Example

White with #506179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506179; }

 p { color: rgb(80,97,121); }

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

background-color css

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

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

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

border-color css

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

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

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