Html Css Color HEX #517380 Bismark

📋 copy color: '#517380'

red 81 ◦ green 115 ◦ blue 128

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

Shades of Bismark #517380

Tints of Bismark #517380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 25%
G = 35.49%
B = 39.51%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#517380 (or 0x517380) is known color: Bismark. HEX triplet: 51, 73 and 80. RGB value is (81,115,128). Sum of RGB (Red+Green+Blue) = 81+115+128=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 128 - color contains mainly: blue. Hex color #517380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517380 is #AE8C7F. Grayscale: #6A6A6A. Windows color (decimal): -11439232 or 8418129. OLE color: 8418129.

HSL color Cylindrical-coordinate representation of color #517380: hue angle of 196.6º 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 #517380 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 115 128 -
CMYK 0.37 0.10 0 0.50
HSL 196.6º 0.22% 0.41% -
HSV(B) 196.6º 0.37% 0.5% -
XYZ 13.42 15.57 22.72 -
YUV 106.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 81 115 128 0.37 0.10 0 0.50 196.6 0.22 0.41
Hex 51 73 80 25 A 0 32 C5 16 29
Octal 121 163 200 45 12 0 62 305 26 51
Binary 1010001 1110011 10000000 100101 1010 0 110010 11000101 10110 101001

Color Harmonies of #517380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517380

Black with #517380

Text Example


Text Example

White with #517380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517380; }

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

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

background-color css

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

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

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

border-color css

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

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

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