Html Css Color HEX #516773 Bismark

📋 copy color: '#516773'

red 81 ◦ green 103 ◦ blue 115

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

Shades of Bismark #516773

Tints of Bismark #516773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

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

R = 27.09%
G = 34.45%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516773 (or 0x516773) is known color: Bismark. HEX triplet: 51, 67 and 73. RGB value is (81,103,115). Sum of RGB (Red+Green+Blue) = 81+103+115=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #516773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516773 is #AE988C. Grayscale: #616161. Windows color (decimal): -11442317 or 7563089. OLE color: 7563089.

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

Color convert

RGB 81 103 115 -
CMYK 0.30 0.10 0 0.55
HSL 201.18º 0.17% 0.38% -
HSV(B) 201.18º 0.3% 0.45% -
XYZ 11.34 12.69 18.07 -
YUV 97.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 81 103 115 0.30 0.10 0 0.55 201.18 0.17 0.38
Hex 51 67 73 1E A 0 37 C9 11 26
Octal 121 147 163 36 12 0 67 311 21 46
Binary 1010001 1100111 1110011 11110 1010 0 110111 11001001 10001 100110

Color Harmonies of #516773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516773

Black with #516773

Text Example


Text Example

White with #516773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516773; }

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

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

background-color css

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

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

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

border-color css

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

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

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