Html Css Color HEX #516470 Bismark

📋 copy color: '#516470'

red 81 ◦ green 100 ◦ blue 112

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

Shades of Bismark #516470

Tints of Bismark #516470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 27.65%
G = 34.13%
B = 38.23%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516470 (or 0x516470) is known color: Bismark. HEX triplet: 51, 64 and 70. RGB value is (81,100,112). Sum of RGB (Red+Green+Blue) = 81+100+112=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #516470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516470 is #AE9B8F. Grayscale: #5F5F5F. Windows color (decimal): -11443088 or 7365713. OLE color: 7365713.

HSL color Cylindrical-coordinate representation of color #516470: hue angle of 203.23º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516470 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 100 112 -
CMYK 0.28 0.11 0 0.56
HSL 203.23º 0.16% 0.38% -
HSV(B) 203.23º 0.28% 0.44% -
XYZ 10.88 12.03 17.08 -
YUV 95.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 81 100 112 0.28 0.11 0 0.56 203.23 0.16 0.38
Hex 51 64 70 1C B 0 38 CB 10 26
Octal 121 144 160 34 13 0 70 313 20 46
Binary 1010001 1100100 1110000 11100 1011 0 111000 11001011 10000 100110

Color Harmonies of #516470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516470

Black with #516470

Text Example


Text Example

White with #516470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516470; }

 p { color: rgb(81,100,112); }

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

background-color css

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

 a { background-color: rgb(81,100,112); }

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

border-color css

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

 span { border-color: rgb(81,100,112); }

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