Html Css Color HEX #516775 Bismark

📋 copy color: '#516775'

red 81 ◦ green 103 ◦ blue 117

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

Shades of Bismark #516775

Tints of Bismark #516775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 26.91%
G = 34.22%
B = 38.87%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516775 (or 0x516775) is known color: Bismark. HEX triplet: 51, 67 and 75. RGB value is (81,103,117). Sum of RGB (Red+Green+Blue) = 81+103+117=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #516775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516775 is #AE988A. Grayscale: #616161. Windows color (decimal): -11442315 or 7694161. OLE color: 7694161.

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

Color convert

RGB 81 103 117 -
CMYK 0.31 0.12 0 0.54
HSL 203.33º 0.18% 0.39% -
HSV(B) 203.33º 0.31% 0.46% -
XYZ 11.45 12.73 18.68 -
YUV 98.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 81 103 117 0.31 0.12 0 0.54 203.33 0.18 0.39
Hex 51 67 75 1F C 0 36 CB 12 27
Octal 121 147 165 37 14 0 66 313 22 47
Binary 1010001 1100111 1110101 11111 1100 0 110110 11001011 10010 100111

Color Harmonies of #516775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516775

Black with #516775

Text Example


Text Example

White with #516775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516775; }

 p { color: rgb(81,103,117); }

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

background-color css

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

 a { background-color: rgb(81,103,117); }

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

border-color css

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

 span { border-color: rgb(81,103,117); }

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