Html Css Color HEX #505F76 Chambray

📋 copy color: '#505F76'

red 80 ◦ green 95 ◦ blue 118

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

Shades of Chambray #505F76

Tints of Chambray #505F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 27.3%
G = 32.42%
B = 40.27%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505F76 (or 0x505F76) is known color: Chambray. HEX triplet: 50, 5F and 76. RGB value is (80,95,118). Sum of RGB (Red+Green+Blue) = 80+95+118=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #505F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F76 is #AFA089. Grayscale: #5D5D5D. Windows color (decimal): -11509898 or 7757648. OLE color: 7757648.

HSL color Cylindrical-coordinate representation of color #505F76: hue angle of 216.32º 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 #505F76 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 95 118 -
CMYK 0.32 0.19 0 0.54
HSL 216.32º 0.19% 0.39% -
HSV(B) 216.32º 0.32% 0.46% -
XYZ 10.67 11.2 18.74 -
YUV 93.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 80 95 118 0.32 0.19 0 0.54 216.32 0.19 0.39
Hex 50 5F 76 20 13 0 36 D8 13 27
Octal 120 137 166 40 23 0 66 330 23 47
Binary 1010000 1011111 1110110 100000 10011 0 110110 11011000 10011 100111

Color Harmonies of #505F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F76

Black with #505F76

Text Example


Text Example

White with #505F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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