Html Css Color HEX #505B6D Chambray

📋 copy color: '#505B6D'

red 80 ◦ green 91 ◦ blue 109

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

Shades of Chambray #505B6D

Tints of Chambray #505B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

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

R = 28.57%
G = 32.5%
B = 38.93%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#505B6D (or 0x505B6D) is known color: Chambray. HEX triplet: 50, 5B and 6D. RGB value is (80,91,109). Sum of RGB (Red+Green+Blue) = 80+91+109=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #505B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B6D is #AFA492. Grayscale: #595959. Windows color (decimal): -11510931 or 7166800. OLE color: 7166800.

HSL color Cylindrical-coordinate representation of color #505B6D: hue angle of 217.24º 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 #505B6D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 91 109 -
CMYK 0.27 0.17 0 0.57
HSL 217.24º 0.15% 0.37% -
HSV(B) 217.24º 0.27% 0.43% -
XYZ 9.81 10.29 15.94 -
YUV 89.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 80 91 109 0.27 0.17 0 0.57 217.24 0.15 0.37
Hex 50 5B 6D 1B 11 0 39 D9 F 25
Octal 120 133 155 33 21 0 71 331 17 45
Binary 1010000 1011011 1101101 11011 10001 0 111001 11011001 1111 100101

Color Harmonies of #505B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B6D

Black with #505B6D

Text Example


Text Example

White with #505B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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