Html Css Color HEX #517076 Bismark

📋 copy color: '#517076'

red 81 ◦ green 112 ◦ blue 118

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

Shades of Bismark #517076

Tints of Bismark #517076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 26.05%
G = 36.01%
B = 37.94%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517076 (or 0x517076) is known color: Bismark. HEX triplet: 51, 70 and 76. RGB value is (81,112,118). Sum of RGB (Red+Green+Blue) = 81+112+118=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #517076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517076 is #AE8F89. Grayscale: #676767. Windows color (decimal): -11440010 or 7762001. OLE color: 7762001.

HSL color Cylindrical-coordinate representation of color #517076: hue angle of 189.73º degrees, saturation: 0.19, 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 #517076 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 112 118 -
CMYK 0.31 0.05 0 0.54
HSL 189.73º 0.19% 0.39% -
HSV(B) 189.73º 0.31% 0.46% -
XYZ 12.46 14.65 19.31 -
YUV 103.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 81 112 118 0.31 0.05 0 0.54 189.73 0.19 0.39
Hex 51 70 76 1F 5 0 36 BE 13 27
Octal 121 160 166 37 5 0 66 276 23 47
Binary 1010001 1110000 1110110 11111 101 0 110110 10111110 10011 100111

Color Harmonies of #517076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517076

Black with #517076

Text Example


Text Example

White with #517076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517076; }

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

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

background-color css

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

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

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

border-color css

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

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

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