Html Css Color HEX #505D7E Chambray

📋 copy color: '#505D7E'

red 80 ◦ green 93 ◦ blue 126

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

Shades of Chambray #505D7E

Tints of Chambray #505D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

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

R = 26.76%
G = 31.1%
B = 42.14%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#505D7E (or 0x505D7E) is known color: Chambray. HEX triplet: 50, 5D and 7E. RGB value is (80,93,126). Sum of RGB (Red+Green+Blue) = 80+93+126=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #505D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D7E is #AFA281. Grayscale: #5C5C5C. Windows color (decimal): -11510402 or 8281424. OLE color: 8281424.

HSL color Cylindrical-coordinate representation of color #505D7E: hue angle of 223.04º 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 #505D7E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 93 126 -
CMYK 0.37 0.26 0 0.51
HSL 223.04º 0.22% 0.4% -
HSV(B) 223.04º 0.37% 0.49% -
XYZ 10.99 11.04 21.29 -
YUV 92.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 80 93 126 0.37 0.26 0 0.51 223.04 0.22 0.4
Hex 50 5D 7E 25 1A 0 33 DF 16 28
Octal 120 135 176 45 32 0 63 337 26 50
Binary 1010000 1011101 1111110 100101 11010 0 110011 11011111 10110 101000

Color Harmonies of #505D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D7E

Black with #505D7E

Text Example


Text Example

White with #505D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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