Html Css Color HEX #516173 Chambray

📋 copy color: '#516173'

red 81 ◦ green 97 ◦ blue 115

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

Shades of Chambray #516173

Tints of Chambray #516173

RGB

 RED value IS 81 (32.03% from 255) = 27.65%

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

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 27.65%
G = 33.11%
B = 39.25%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516173 (or 0x516173) is known color: Chambray. HEX triplet: 51, 61 and 73. RGB value is (81,97,115). Sum of RGB (Red+Green+Blue) = 81+97+115=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #516173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516173 is #AE9E8C. Grayscale: #5E5E5E. Windows color (decimal): -11443853 or 7561553. OLE color: 7561553.

HSL color Cylindrical-coordinate representation of color #516173: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516173 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 97 115 -
CMYK 0.30 0.16 0 0.55
HSL 211.76º 0.17% 0.38% -
HSV(B) 211.76º 0.3% 0.45% -
XYZ 10.76 11.54 17.88 -
YUV 94.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 81 97 115 0.30 0.16 0 0.55 211.76 0.17 0.38
Hex 51 61 73 1E 10 0 37 D4 11 26
Octal 121 141 163 36 20 0 67 324 21 46
Binary 1010001 1100001 1110011 11110 10000 0 110111 11010100 10001 100110

Color Harmonies of #516173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516173

Black with #516173

Text Example


Text Example

White with #516173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516173; }

 p { color: rgb(81,97,115); }

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

background-color css

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

 a { background-color: rgb(81,97,115); }

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

border-color css

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

 span { border-color: rgb(81,97,115); }

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