Html Css Color HEX #506276 Chambray

📋 copy color: '#506276'

red 80 ◦ green 98 ◦ blue 118

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

Shades of Chambray #506276

Tints of Chambray #506276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 27.03%
G = 33.11%
B = 39.86%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506276 (or 0x506276) is known color: Chambray. HEX triplet: 50, 62 and 76. RGB value is (80,98,118). Sum of RGB (Red+Green+Blue) = 80+98+118=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #506276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506276 is #AF9D89. Grayscale: #5E5E5E. Windows color (decimal): -11509130 or 7758416. OLE color: 7758416.

HSL color Cylindrical-coordinate representation of color #506276: hue angle of 211.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506276 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 98 118 -
CMYK 0.32 0.17 0 0.54
HSL 211.58º 0.19% 0.39% -
HSV(B) 211.58º 0.32% 0.46% -
XYZ 10.95 11.75 18.83 -
YUV 94.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 80 98 118 0.32 0.17 0 0.54 211.58 0.19 0.39
Hex 50 62 76 20 11 0 36 D4 13 27
Octal 120 142 166 40 21 0 66 324 23 47
Binary 1010000 1100010 1110110 100000 10001 0 110110 11010100 10011 100111

Color Harmonies of #506276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506276

Black with #506276

Text Example


Text Example

White with #506276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506276; }

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

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

background-color css

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

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

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

border-color css

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

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

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