Html Css Color HEX #516178 Chambray

📋 copy color: '#516178'

red 81 ◦ green 97 ◦ blue 120

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

Shades of Chambray #516178

Tints of Chambray #516178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 27.18%
G = 32.55%
B = 40.27%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516178 (or 0x516178) is known color: Chambray. HEX triplet: 51, 61 and 78. RGB value is (81,97,120). Sum of RGB (Red+Green+Blue) = 81+97+120=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #516178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516178 is #AE9E87. Grayscale: #5E5E5E. Windows color (decimal): -11443848 or 7889233. OLE color: 7889233.

HSL color Cylindrical-coordinate representation of color #516178: hue angle of 215.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516178 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 97 120 -
CMYK 0.32 0.19 0 0.53
HSL 215.38º 0.19% 0.39% -
HSV(B) 215.38º 0.33% 0.47% -
XYZ 11.06 11.65 19.44 -
YUV 94.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 81 97 120 0.32 0.19 0 0.53 215.38 0.19 0.39
Hex 51 61 78 20 13 0 35 D7 13 27
Octal 121 141 170 40 23 0 65 327 23 47
Binary 1010001 1100001 1111000 100000 10011 0 110101 11010111 10011 100111

Color Harmonies of #516178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516178

Black with #516178

Text Example


Text Example

White with #516178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516178; }

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

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

background-color css

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

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

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

border-color css

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

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

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