Html Css Color HEX #516575 Bismark

📋 copy color: '#516575'

red 81 ◦ green 101 ◦ blue 117

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

Shades of Bismark #516575

Tints of Bismark #516575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 27.09%
G = 33.78%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516575 (or 0x516575) is known color: Bismark. HEX triplet: 51, 65 and 75. RGB value is (81,101,117). Sum of RGB (Red+Green+Blue) = 81+101+117=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #516575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516575 is #AE9A8A. Grayscale: #606060. Windows color (decimal): -11442827 or 7693649. OLE color: 7693649.

HSL color Cylindrical-coordinate representation of color #516575: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516575 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 101 117 -
CMYK 0.31 0.14 0 0.54
HSL 206.67º 0.18% 0.39% -
HSV(B) 206.67º 0.31% 0.46% -
XYZ 11.26 12.34 18.62 -
YUV 96.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 81 101 117 0.31 0.14 0 0.54 206.67 0.18 0.39
Hex 51 65 75 1F E 0 36 CF 12 27
Octal 121 145 165 37 16 0 66 317 22 47
Binary 1010001 1100101 1110101 11111 1110 0 110110 11001111 10010 100111

Color Harmonies of #516575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516575

Black with #516575

Text Example


Text Example

White with #516575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516575; }

 p { color: rgb(81,101,117); }

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

background-color css

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

 a { background-color: rgb(81,101,117); }

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

border-color css

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

 span { border-color: rgb(81,101,117); }

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