Html Css Color HEX #506076 Chambray

📋 copy color: '#506076'

red 80 ◦ green 96 ◦ blue 118

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

Shades of Chambray #506076

Tints of Chambray #506076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 27.21%
G = 32.65%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506076 (or 0x506076) is known color: Chambray. HEX triplet: 50, 60 and 76. RGB value is (80,96,118). Sum of RGB (Red+Green+Blue) = 80+96+118=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #506076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506076 is #AF9F89. Grayscale: #5D5D5D. Windows color (decimal): -11509642 or 7757904. OLE color: 7757904.

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

Color convert

RGB 80 96 118 -
CMYK 0.32 0.19 0 0.54
HSL 214.74º 0.19% 0.39% -
HSV(B) 214.74º 0.32% 0.46% -
XYZ 10.76 11.38 18.77 -
YUV 93.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 80 96 118 0.32 0.19 0 0.54 214.74 0.19 0.39
Hex 50 60 76 20 13 0 36 D7 13 27
Octal 120 140 166 40 23 0 66 327 23 47
Binary 1010000 1100000 1110110 100000 10011 0 110110 11010111 10011 100111

Color Harmonies of #506076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506076

Black with #506076

Text Example


Text Example

White with #506076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506076; }

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

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

background-color css

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

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

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

border-color css

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

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

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