Html Css Color HEX #505A7E Chambray

📋 copy color: '#505A7E'

red 80 ◦ green 90 ◦ blue 126

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

Shades of Chambray #505A7E

Tints of Chambray #505A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 27.03%
G = 30.41%
B = 42.57%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#505A7E (or 0x505A7E) is known color: Chambray. HEX triplet: 50, 5A and 7E. RGB value is (80,90,126). Sum of RGB (Red+Green+Blue) = 80+90+126=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #505A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A7E is #AFA581. Grayscale: #5A5A5A. Windows color (decimal): -11511170 or 8280656. OLE color: 8280656.

HSL color Cylindrical-coordinate representation of color #505A7E: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505A7E is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 90 126 -
CMYK 0.37 0.29 0 0.51
HSL 226.96º 0.22% 0.4% -
HSV(B) 226.96º 0.37% 0.49% -
XYZ 10.73 10.52 21.2 -
YUV 91.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 80 90 126 0.37 0.29 0 0.51 226.96 0.22 0.4
Hex 50 5A 7E 25 1D 0 33 E3 16 28
Octal 120 132 176 45 35 0 63 343 26 50
Binary 1010000 1011010 1111110 100101 11101 0 110011 11100011 10110 101000

Color Harmonies of #505A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A7E

Black with #505A7E

Text Example


Text Example

White with #505A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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