Html Css Color HEX #505C76 Chambray

📋 copy color: '#505C76'

red 80 ◦ green 92 ◦ blue 118

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

Shades of Chambray #505C76

Tints of Chambray #505C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 27.59%
G = 31.72%
B = 40.69%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505C76 (or 0x505C76) is known color: Chambray. HEX triplet: 50, 5C and 76. RGB value is (80,92,118). Sum of RGB (Red+Green+Blue) = 80+92+118=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #505C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C76 is #AFA389. Grayscale: #5B5B5B. Windows color (decimal): -11510666 or 7756880. OLE color: 7756880.

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

Color convert

RGB 80 92 118 -
CMYK 0.32 0.22 0 0.54
HSL 221.05º 0.19% 0.39% -
HSV(B) 221.05º 0.32% 0.46% -
XYZ 10.41 10.67 18.65 -
YUV 91.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 80 92 118 0.32 0.22 0 0.54 221.05 0.19 0.39
Hex 50 5C 76 20 16 0 36 DD 13 27
Octal 120 134 166 40 26 0 66 335 23 47
Binary 1010000 1011100 1110110 100000 10110 0 110110 11011101 10011 100111

Color Harmonies of #505C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C76

Black with #505C76

Text Example


Text Example

White with #505C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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