Html Css Color HEX #517682 Bismark

📋 copy color: '#517682'

red 81 ◦ green 118 ◦ blue 130

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

Shades of Bismark #517682

Tints of Bismark #517682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 24.62%
G = 35.87%
B = 39.51%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517682 (or 0x517682) is known color: Bismark. HEX triplet: 51, 76 and 82. RGB value is (81,118,130). Sum of RGB (Red+Green+Blue) = 81+118+130=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #517682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517682 is #AE897D. Grayscale: #6C6C6C. Windows color (decimal): -11438462 or 8549969. OLE color: 8549969.

HSL color Cylindrical-coordinate representation of color #517682: hue angle of 194.69º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517682 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 118 130 -
CMYK 0.38 0.09 0 0.49
HSL 194.69º 0.23% 0.41% -
HSV(B) 194.69º 0.38% 0.51% -
XYZ 13.9 16.32 23.54 -
YUV 108.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 81 118 130 0.38 0.09 0 0.49 194.69 0.23 0.41
Hex 51 76 82 26 9 0 31 C3 17 29
Octal 121 166 202 46 11 0 61 303 27 51
Binary 1010001 1110110 10000010 100110 1001 0 110001 11000011 10111 101001

Color Harmonies of #517682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517682

Black with #517682

Text Example


Text Example

White with #517682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517682; }

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

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

background-color css

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

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

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

border-color css

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

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

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