Html Css Color HEX #506279 Chambray

📋 copy color: '#506279'

red 80 ◦ green 98 ◦ blue 121

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

Shades of Chambray #506279

Tints of Chambray #506279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 26.76%
G = 32.78%
B = 40.47%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506279 (or 0x506279) is known color: Chambray. HEX triplet: 50, 62 and 79. RGB value is (80,98,121). Sum of RGB (Red+Green+Blue) = 80+98+121=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #506279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506279 is #AF9D86. Grayscale: #5F5F5F. Windows color (decimal): -11509127 or 7955024. OLE color: 7955024.

HSL color Cylindrical-coordinate representation of color #506279: hue angle of 213.66º 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 #506279 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 98 121 -
CMYK 0.34 0.19 0 0.53
HSL 213.66º 0.2% 0.39% -
HSV(B) 213.66º 0.34% 0.47% -
XYZ 11.13 11.82 19.78 -
YUV 95.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 80 98 121 0.34 0.19 0 0.53 213.66 0.2 0.39
Hex 50 62 79 22 13 0 35 D6 14 27
Octal 120 142 171 42 23 0 65 326 24 47
Binary 1010000 1100010 1111001 100010 10011 0 110101 11010110 10100 100111

Color Harmonies of #506279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506279

Black with #506279

Text Example


Text Example

White with #506279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506279; }

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

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

background-color css

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

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

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

border-color css

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

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

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