Html Css Color HEX #516177 Chambray

📋 copy color: '#516177'

red 81 ◦ green 97 ◦ blue 119

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

Shades of Chambray #516177

Tints of Chambray #516177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 27.27%
G = 32.66%
B = 40.07%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516177 (or 0x516177) is known color: Chambray. HEX triplet: 51, 61 and 77. RGB value is (81,97,119). Sum of RGB (Red+Green+Blue) = 81+97+119=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #516177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516177 is #AE9E88. Grayscale: #5E5E5E. Windows color (decimal): -11443849 or 7823697. OLE color: 7823697.

HSL color Cylindrical-coordinate representation of color #516177: hue angle of 214.74º 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 #516177 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 97 119 -
CMYK 0.32 0.18 0 0.53
HSL 214.74º 0.19% 0.39% -
HSV(B) 214.74º 0.32% 0.47% -
XYZ 11 11.63 19.12 -
YUV 94.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 81 97 119 0.32 0.18 0 0.53 214.74 0.19 0.39
Hex 51 61 77 20 12 0 35 D7 13 27
Octal 121 141 167 40 22 0 65 327 23 47
Binary 1010001 1100001 1110111 100000 10010 0 110101 11010111 10011 100111

Color Harmonies of #516177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516177

Black with #516177

Text Example


Text Example

White with #516177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516177; }

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

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

background-color css

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

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

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

border-color css

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

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

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