Html Css Color HEX #505B76 Chambray

📋 copy color: '#505B76'

red 80 ◦ green 91 ◦ blue 118

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

Shades of Chambray #505B76

Tints of Chambray #505B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 27.68%
G = 31.49%
B = 40.83%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505B76 (or 0x505B76) is known color: Chambray. HEX triplet: 50, 5B and 76. RGB value is (80,91,118). Sum of RGB (Red+Green+Blue) = 80+91+118=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #505B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B76 is #AFA489. Grayscale: #5A5A5A. Windows color (decimal): -11510922 or 7756624. OLE color: 7756624.

HSL color Cylindrical-coordinate representation of color #505B76: hue angle of 222.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505B76 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 91 118 -
CMYK 0.32 0.23 0 0.54
HSL 222.63º 0.19% 0.39% -
HSV(B) 222.63º 0.32% 0.46% -
XYZ 10.32 10.5 18.62 -
YUV 90.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 80 91 118 0.32 0.23 0 0.54 222.63 0.19 0.39
Hex 50 5B 76 20 17 0 36 DF 13 27
Octal 120 133 166 40 27 0 66 337 23 47
Binary 1010000 1011011 1110110 100000 10111 0 110110 11011111 10011 100111

Color Harmonies of #505B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B76

Black with #505B76

Text Example


Text Example

White with #505B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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