Html Css Color HEX #506376 Chambray

📋 copy color: '#506376'

red 80 ◦ green 99 ◦ blue 118

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

Shades of Chambray #506376

Tints of Chambray #506376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 26.94%
G = 33.33%
B = 39.73%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506376 (or 0x506376) is known color: Chambray. HEX triplet: 50, 63 and 76. RGB value is (80,99,118). Sum of RGB (Red+Green+Blue) = 80+99+118=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #506376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506376 is #AF9C89. Grayscale: #5F5F5F. Windows color (decimal): -11508874 or 7758672. OLE color: 7758672.

HSL color Cylindrical-coordinate representation of color #506376: hue angle of 210º 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 #506376 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 99 118 -
CMYK 0.32 0.16 0 0.54
HSL 210º 0.19% 0.39% -
HSV(B) 210º 0.32% 0.46% -
XYZ 11.04 11.94 18.86 -
YUV 95.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 80 99 118 0.32 0.16 0 0.54 210 0.19 0.39
Hex 50 63 76 20 10 0 36 D2 13 27
Octal 120 143 166 40 20 0 66 322 23 47
Binary 1010000 1100011 1110110 100000 10000 0 110110 11010010 10011 100111

Color Harmonies of #506376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506376

Black with #506376

Text Example


Text Example

White with #506376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506376; }

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

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

background-color css

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

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

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

border-color css

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

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

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