Html Css Color HEX #506077 Chambray

📋 copy color: '#506077'

red 80 ◦ green 96 ◦ blue 119

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

Shades of Chambray #506077

Tints of Chambray #506077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 27.12%
G = 32.54%
B = 40.34%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506077 (or 0x506077) is known color: Chambray. HEX triplet: 50, 60 and 77. RGB value is (80,96,119). Sum of RGB (Red+Green+Blue) = 80+96+119=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #506077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506077 is #AF9F88. Grayscale: #5D5D5D. Windows color (decimal): -11509641 or 7823440. OLE color: 7823440.

HSL color Cylindrical-coordinate representation of color #506077: hue angle of 215.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506077 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 96 119 -
CMYK 0.33 0.19 0 0.53
HSL 215.38º 0.2% 0.39% -
HSV(B) 215.38º 0.33% 0.47% -
XYZ 10.82 11.4 19.08 -
YUV 93.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 80 96 119 0.33 0.19 0 0.53 215.38 0.2 0.39
Hex 50 60 77 21 13 0 35 D7 14 27
Octal 120 140 167 41 23 0 65 327 24 47
Binary 1010000 1100000 1110111 100001 10011 0 110101 11010111 10100 100111

Color Harmonies of #506077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506077

Black with #506077

Text Example


Text Example

White with #506077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506077; }

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

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

background-color css

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

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

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

border-color css

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

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

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