Html Css Color HEX #506174 Chambray

📋 copy color: '#506174'

red 80 ◦ green 97 ◦ blue 116

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

Shades of Chambray #506174

Tints of Chambray #506174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 27.3%
G = 33.11%
B = 39.59%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506174 (or 0x506174) is known color: Chambray. HEX triplet: 50, 61 and 74. RGB value is (80,97,116). Sum of RGB (Red+Green+Blue) = 80+97+116=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #506174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506174 is #AF9E8B. Grayscale: #5D5D5D. Windows color (decimal): -11509388 or 7627088. OLE color: 7627088.

HSL color Cylindrical-coordinate representation of color #506174: hue angle of 211.67º 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 #506174 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 97 116 -
CMYK 0.31 0.16 0 0.55
HSL 211.67º 0.18% 0.38% -
HSV(B) 211.67º 0.31% 0.45% -
XYZ 10.74 11.52 18.18 -
YUV 94.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 80 97 116 0.31 0.16 0 0.55 211.67 0.18 0.38
Hex 50 61 74 1F 10 0 37 D4 12 26
Octal 120 141 164 37 20 0 67 324 22 46
Binary 1010000 1100001 1110100 11111 10000 0 110111 11010100 10010 100110

Color Harmonies of #506174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506174

Black with #506174

Text Example


Text Example

White with #506174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506174; }

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

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

background-color css

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

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

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

border-color css

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

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

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