Html Css Color HEX #505D74 Chambray

📋 copy color: '#505D74'

red 80 ◦ green 93 ◦ blue 116

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

Shades of Chambray #505D74

Tints of Chambray #505D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 27.68%
G = 32.18%
B = 40.14%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505D74 (or 0x505D74) is known color: Chambray. HEX triplet: 50, 5D and 74. RGB value is (80,93,116). Sum of RGB (Red+Green+Blue) = 80+93+116=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #505D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D74 is #AFA28B. Grayscale: #5B5B5B. Windows color (decimal): -11510412 or 7626064. OLE color: 7626064.

HSL color Cylindrical-coordinate representation of color #505D74: hue angle of 218.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505D74 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 93 116 -
CMYK 0.31 0.20 0 0.55
HSL 218.33º 0.18% 0.38% -
HSV(B) 218.33º 0.31% 0.45% -
XYZ 10.38 10.8 18.06 -
YUV 91.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 80 93 116 0.31 0.20 0 0.55 218.33 0.18 0.38
Hex 50 5D 74 1F 14 0 37 DA 12 26
Octal 120 135 164 37 24 0 67 332 22 46
Binary 1010000 1011101 1110100 11111 10100 0 110111 11011010 10010 100110

Color Harmonies of #505D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D74

Black with #505D74

Text Example


Text Example

White with #505D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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