Html Css Color HEX #505E71 Chambray

📋 copy color: '#505E71'

red 80 ◦ green 94 ◦ blue 113

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

Shades of Chambray #505E71

Tints of Chambray #505E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 27.87%
G = 32.75%
B = 39.37%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505E71 (or 0x505E71) is known color: Chambray. HEX triplet: 50, 5E and 71. RGB value is (80,94,113). Sum of RGB (Red+Green+Blue) = 80+94+113=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #505E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E71 is #AFA18E. Grayscale: #5B5B5B. Windows color (decimal): -11510159 or 7429712. OLE color: 7429712.

HSL color Cylindrical-coordinate representation of color #505E71: hue angle of 214.55º 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 #505E71 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 94 113 -
CMYK 0.29 0.17 0 0.56
HSL 214.55º 0.17% 0.38% -
HSV(B) 214.55º 0.29% 0.44% -
XYZ 10.29 10.9 17.18 -
YUV 91.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 80 94 113 0.29 0.17 0 0.56 214.55 0.17 0.38
Hex 50 5E 71 1D 11 0 38 D7 11 26
Octal 120 136 161 35 21 0 70 327 21 46
Binary 1010000 1011110 1110001 11101 10001 0 111000 11010111 10001 100110

Color Harmonies of #505E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E71

Black with #505E71

Text Example


Text Example

White with #505E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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