Html Css Color HEX #50607E Chambray

📋 copy color: '#50607E'

red 80 ◦ green 96 ◦ blue 126

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

Shades of Chambray #50607E

Tints of Chambray #50607E

RGB

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

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

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

R = 26.49%
G = 31.79%
B = 41.72%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50607E (or 0x50607E) is known color: Chambray. HEX triplet: 50, 60 and 7E. RGB value is (80,96,126). Sum of RGB (Red+Green+Blue) = 80+96+126=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #50607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50607E is #AF9F81. Grayscale: #5E5E5E. Windows color (decimal): -11509634 or 8282192. OLE color: 8282192.

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

Color convert

RGB 80 96 126 -
CMYK 0.37 0.24 0 0.51
HSL 219.13º 0.22% 0.4% -
HSV(B) 219.13º 0.37% 0.49% -
XYZ 11.26 11.58 21.38 -
YUV 94.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 80 96 126 0.37 0.24 0 0.51 219.13 0.22 0.4
Hex 50 60 7E 25 18 0 33 DB 16 28
Octal 120 140 176 45 30 0 63 333 26 50
Binary 1010000 1100000 1111110 100101 11000 0 110011 11011011 10110 101000

Color Harmonies of #50607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50607E

Black with #50607E

Text Example


Text Example

White with #50607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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