Html Css Color HEX #517080 Bismark

📋 copy color: '#517080'

red 81 ◦ green 112 ◦ blue 128

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

Shades of Bismark #517080

Tints of Bismark #517080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 25.23%
G = 34.89%
B = 39.88%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#517080 (or 0x517080) is known color: Bismark. HEX triplet: 51, 70 and 80. RGB value is (81,112,128). Sum of RGB (Red+Green+Blue) = 81+112+128=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #517080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517080 is #AE8F7F. Grayscale: #686868. Windows color (decimal): -11440000 or 8417361. OLE color: 8417361.

HSL color Cylindrical-coordinate representation of color #517080: hue angle of 200.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517080 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 112 128 -
CMYK 0.37 0.12 0 0.50
HSL 200.43º 0.22% 0.41% -
HSV(B) 200.43º 0.37% 0.5% -
XYZ 13.08 14.9 22.61 -
YUV 104.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 81 112 128 0.37 0.12 0 0.50 200.43 0.22 0.41
Hex 51 70 80 25 C 0 32 C8 16 29
Octal 121 160 200 45 14 0 62 310 26 51
Binary 1010001 1110000 10000000 100101 1100 0 110010 11001000 10110 101001

Color Harmonies of #517080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517080

Black with #517080

Text Example


Text Example

White with #517080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517080; }

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

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

background-color css

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

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

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

border-color css

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

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

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