Html Css Color HEX #516677 Bismark

📋 copy color: '#516677'

red 81 ◦ green 102 ◦ blue 119

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

Shades of Bismark #516677

Tints of Bismark #516677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 26.82%
G = 33.77%
B = 39.4%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516677 (or 0x516677) is known color: Bismark. HEX triplet: 51, 66 and 77. RGB value is (81,102,119). Sum of RGB (Red+Green+Blue) = 81+102+119=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #516677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516677 is #AE9988. Grayscale: #616161. Windows color (decimal): -11442569 or 7824977. OLE color: 7824977.

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

Color convert

RGB 81 102 119 -
CMYK 0.32 0.14 0 0.53
HSL 206.84º 0.19% 0.39% -
HSV(B) 206.84º 0.32% 0.47% -
XYZ 11.47 12.58 19.28 -
YUV 97.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 81 102 119 0.32 0.14 0 0.53 206.84 0.19 0.39
Hex 51 66 77 20 E 0 35 CF 13 27
Octal 121 146 167 40 16 0 65 317 23 47
Binary 1010001 1100110 1110111 100000 1110 0 110101 11001111 10011 100111

Color Harmonies of #516677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516677

Black with #516677

Text Example


Text Example

White with #516677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516677; }

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

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

background-color css

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

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

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

border-color css

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

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

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