Html Css Color HEX #506071 Chambray

📋 copy color: '#506071'

red 80 ◦ green 96 ◦ blue 113

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

Shades of Chambray #506071

Tints of Chambray #506071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 27.68%
G = 33.22%
B = 39.1%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506071 (or 0x506071) is known color: Chambray. HEX triplet: 50, 60 and 71. RGB value is (80,96,113). Sum of RGB (Red+Green+Blue) = 80+96+113=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #506071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506071 is #AF9F8E. Grayscale: #5D5D5D. Windows color (decimal): -11509647 or 7430224. OLE color: 7430224.

HSL color Cylindrical-coordinate representation of color #506071: hue angle of 210.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506071 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 96 113 -
CMYK 0.29 0.15 0 0.56
HSL 210.91º 0.17% 0.38% -
HSV(B) 210.91º 0.29% 0.44% -
XYZ 10.47 11.26 17.24 -
YUV 93.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 80 96 113 0.29 0.15 0 0.56 210.91 0.17 0.38
Hex 50 60 71 1D F 0 38 D3 11 26
Octal 120 140 161 35 17 0 70 323 21 46
Binary 1010000 1100000 1110001 11101 1111 0 111000 11010011 10001 100110

Color Harmonies of #506071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506071

Black with #506071

Text Example


Text Example

White with #506071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506071; }

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

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

background-color css

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

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

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

border-color css

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

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

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