Html Css Color HEX #51707D Bismark

📋 copy color: '#51707D'

red 81 ◦ green 112 ◦ blue 125

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

Shades of Bismark #51707D

Tints of Bismark #51707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 25.47%
G = 35.22%
B = 39.31%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51707D (or 0x51707D) is known color: Bismark. HEX triplet: 51, 70 and 7D. RGB value is (81,112,125). Sum of RGB (Red+Green+Blue) = 81+112+125=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #51707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707D is #AE8F82. Grayscale: #686868. Windows color (decimal): -11440003 or 8220753. OLE color: 8220753.

HSL color Cylindrical-coordinate representation of color #51707D: hue angle of 197.73º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51707D is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 112 125 -
CMYK 0.35 0.10 0 0.51
HSL 197.73º 0.21% 0.4% -
HSV(B) 197.73º 0.35% 0.49% -
XYZ 12.89 14.82 21.58 -
YUV 104.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 81 112 125 0.35 0.10 0 0.51 197.73 0.21 0.4
Hex 51 70 7D 23 A 0 33 C6 15 28
Octal 121 160 175 43 12 0 63 306 25 50
Binary 1010001 1110000 1111101 100011 1010 0 110011 11000110 10101 101000

Color Harmonies of #51707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51707D

Black with #51707D

Text Example


Text Example

White with #51707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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