Html Css Color HEX #506377 Chambray

📋 copy color: '#506377'

red 80 ◦ green 99 ◦ blue 119

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

Shades of Chambray #506377

Tints of Chambray #506377

RGB

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

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

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

R = 26.85%
G = 33.22%
B = 39.93%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506377 (or 0x506377) is known color: Chambray. HEX triplet: 50, 63 and 77. RGB value is (80,99,119). Sum of RGB (Red+Green+Blue) = 80+99+119=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #506377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506377 is #AF9C88. Grayscale: #5F5F5F. Windows color (decimal): -11508873 or 7824208. OLE color: 7824208.

HSL color Cylindrical-coordinate representation of color #506377: hue angle of 210.77º 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 #506377 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 99 119 -
CMYK 0.33 0.17 0 0.53
HSL 210.77º 0.2% 0.39% -
HSV(B) 210.77º 0.33% 0.47% -
XYZ 11.1 11.96 19.18 -
YUV 95.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 80 99 119 0.33 0.17 0 0.53 210.77 0.2 0.39
Hex 50 63 77 21 11 0 35 D3 14 27
Octal 120 143 167 41 21 0 65 323 24 47
Binary 1010000 1100011 1110111 100001 10001 0 110101 11010011 10100 100111

Color Harmonies of #506377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506377

Black with #506377

Text Example


Text Example

White with #506377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506377; }

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

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

background-color css

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

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

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

border-color css

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

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

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