Html Css Color HEX #516C7C Bismark

📋 copy color: '#516C7C'

red 81 ◦ green 108 ◦ blue 124

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

Shades of Bismark #516C7C

Tints of Bismark #516C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 25.88%
G = 34.5%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#516C7C (or 0x516C7C) is known color: Bismark. HEX triplet: 51, 6C and 7C. RGB value is (81,108,124). Sum of RGB (Red+Green+Blue) = 81+108+124=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #516C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C7C is #AE9383. Grayscale: #656565. Windows color (decimal): -11441028 or 8154193. OLE color: 8154193.

HSL color Cylindrical-coordinate representation of color #516C7C: hue angle of 202.33º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #516C7C is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 108 124 -
CMYK 0.35 0.13 0 0.51
HSL 202.33º 0.21% 0.4% -
HSV(B) 202.33º 0.35% 0.49% -
XYZ 12.39 13.93 21.1 -
YUV 101.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 81 108 124 0.35 0.13 0 0.51 202.33 0.21 0.4
Hex 51 6C 7C 23 D 0 33 CA 15 28
Octal 121 154 174 43 15 0 63 312 25 50
Binary 1010001 1101100 1111100 100011 1101 0 110011 11001010 10101 101000

Color Harmonies of #516C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C7C

Black with #516C7C

Text Example


Text Example

White with #516C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C7C; }

 p { color: rgb(81,108,124); }

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

background-color css

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

 a { background-color: rgb(81,108,124); }

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

border-color css

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

 span { border-color: rgb(81,108,124); }

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