Html Css Color HEX #505D6D Chambray

📋 copy color: '#505D6D'

red 80 ◦ green 93 ◦ blue 109

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

Shades of Chambray #505D6D

Tints of Chambray #505D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 28.37%
G = 32.98%
B = 38.65%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#505D6D (or 0x505D6D) is known color: Chambray. HEX triplet: 50, 5D and 6D. RGB value is (80,93,109). Sum of RGB (Red+Green+Blue) = 80+93+109=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #505D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D6D is #AFA292. Grayscale: #5A5A5A. Windows color (decimal): -11510419 or 7167312. OLE color: 7167312.

HSL color Cylindrical-coordinate representation of color #505D6D: hue angle of 213.1º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505D6D is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 93 109 -
CMYK 0.27 0.15 0 0.57
HSL 213.1º 0.15% 0.37% -
HSV(B) 213.1º 0.27% 0.43% -
XYZ 9.98 10.64 16 -
YUV 90.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 80 93 109 0.27 0.15 0 0.57 213.1 0.15 0.37
Hex 50 5D 6D 1B F 0 39 D5 F 25
Octal 120 135 155 33 17 0 71 325 17 45
Binary 1010000 1011101 1101101 11011 1111 0 111001 11010101 1111 100101

Color Harmonies of #505D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D6D

Black with #505D6D

Text Example


Text Example

White with #505D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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