Html Css Color HEX #50607F Chambray

📋 copy color: '#50607F'

red 80 ◦ green 96 ◦ blue 127

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

Shades of Chambray #50607F

Tints of Chambray #50607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 26.4%
G = 31.68%
B = 41.91%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50607F (or 0x50607F) is known color: Chambray. HEX triplet: 50, 60 and 7F. RGB value is (80,96,127). Sum of RGB (Red+Green+Blue) = 80+96+127=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #50607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50607F is #AF9F80. Grayscale: #5E5E5E. Windows color (decimal): -11509633 or 8347728. OLE color: 8347728.

HSL color Cylindrical-coordinate representation of color #50607F: hue angle of 219.57º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50607F is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 96 127 -
CMYK 0.37 0.24 0 0.50
HSL 219.57º 0.23% 0.41% -
HSV(B) 219.57º 0.37% 0.5% -
XYZ 11.32 11.6 21.72 -
YUV 94.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 80 96 127 0.37 0.24 0 0.50 219.57 0.23 0.41
Hex 50 60 7F 25 18 0 32 DC 17 29
Octal 120 140 177 45 30 0 62 334 27 51
Binary 1010000 1100000 1111111 100101 11000 0 110010 11011100 10111 101001

Color Harmonies of #50607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50607F

Black with #50607F

Text Example


Text Example

White with #50607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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