Html Css Color HEX #506176 Chambray

📋 copy color: '#506176'

red 80 ◦ green 97 ◦ blue 118

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

Shades of Chambray #506176

Tints of Chambray #506176

RGB

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

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

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

R = 27.12%
G = 32.88%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506176 (or 0x506176) is known color: Chambray. HEX triplet: 50, 61 and 76. RGB value is (80,97,118). Sum of RGB (Red+Green+Blue) = 80+97+118=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #506176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506176 is #AF9E89. Grayscale: #5E5E5E. Windows color (decimal): -11509386 or 7758160. OLE color: 7758160.

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

Color convert

RGB 80 97 118 -
CMYK 0.32 0.18 0 0.54
HSL 213.16º 0.19% 0.39% -
HSV(B) 213.16º 0.32% 0.46% -
XYZ 10.85 11.56 18.8 -
YUV 94.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 80 97 118 0.32 0.18 0 0.54 213.16 0.19 0.39
Hex 50 61 76 20 12 0 36 D5 13 27
Octal 120 141 166 40 22 0 66 325 23 47
Binary 1010000 1100001 1110110 100000 10010 0 110110 11010101 10011 100111

Color Harmonies of #506176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506176

Black with #506176

Text Example


Text Example

White with #506176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506176; }

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

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

background-color css

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

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

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

border-color css

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

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

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