Html Css Color HEX #505A71 Chambray

📋 copy color: '#505A71'

red 80 ◦ green 90 ◦ blue 113

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

Shades of Chambray #505A71

Tints of Chambray #505A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 28.27%
G = 31.8%
B = 39.93%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505A71 (or 0x505A71) is known color: Chambray. HEX triplet: 50, 5A and 71. RGB value is (80,90,113). Sum of RGB (Red+Green+Blue) = 80+90+113=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #505A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A71 is #AFA58E. Grayscale: #595959. Windows color (decimal): -11511183 or 7428688. OLE color: 7428688.

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

Color convert

RGB 80 90 113 -
CMYK 0.29 0.20 0 0.56
HSL 221.82º 0.17% 0.38% -
HSV(B) 221.82º 0.29% 0.44% -
XYZ 9.95 10.21 17.07 -
YUV 89.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 80 90 113 0.29 0.20 0 0.56 221.82 0.17 0.38
Hex 50 5A 71 1D 14 0 38 DE 11 26
Octal 120 132 161 35 24 0 70 336 21 46
Binary 1010000 1011010 1110001 11101 10100 0 111000 11011110 10001 100110

Color Harmonies of #505A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A71

Black with #505A71

Text Example


Text Example

White with #505A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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