Html Css Color HEX #517683 Bismark

📋 copy color: '#517683'

red 81 ◦ green 118 ◦ blue 131

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

Shades of Bismark #517683

Tints of Bismark #517683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 24.55%
G = 35.76%
B = 39.7%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517683 (or 0x517683) is known color: Bismark. HEX triplet: 51, 76 and 83. RGB value is (81,118,131). Sum of RGB (Red+Green+Blue) = 81+118+131=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #517683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517683 is #AE897C. Grayscale: #6C6C6C. Windows color (decimal): -11438461 or 8615505. OLE color: 8615505.

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

Color convert

RGB 81 118 131 -
CMYK 0.38 0.10 0 0.49
HSL 195.6º 0.24% 0.42% -
HSV(B) 195.6º 0.38% 0.51% -
XYZ 13.97 16.34 23.89 -
YUV 108.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 81 118 131 0.38 0.10 0 0.49 195.6 0.24 0.42
Hex 51 76 83 26 A 0 31 C4 18 2A
Octal 121 166 203 46 12 0 61 304 30 52
Binary 1010001 1110110 10000011 100110 1010 0 110001 11000100 11000 101010

Color Harmonies of #517683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517683

Black with #517683

Text Example


Text Example

White with #517683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517683; }

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

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

background-color css

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

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

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

border-color css

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

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

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