Html Css Color HEX #51707C Bismark

📋 copy color: '#51707C'

red 81 ◦ green 112 ◦ blue 124

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

Shades of Bismark #51707C

Tints of Bismark #51707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 25.55%
G = 35.33%
B = 39.12%

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

#51707C (or 0x51707C) is known color: Bismark. HEX triplet: 51, 70 and 7C. RGB value is (81,112,124). Sum of RGB (Red+Green+Blue) = 81+112+124=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #51707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707C is #AE8F83. Grayscale: #686868. Windows color (decimal): -11440004 or 8155217. OLE color: 8155217.

HSL color Cylindrical-coordinate representation of color #51707C: hue angle of 196.74º 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 #51707C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 112 124 -
CMYK 0.35 0.10 0 0.51
HSL 196.74º 0.21% 0.4% -
HSV(B) 196.74º 0.35% 0.49% -
XYZ 12.83 14.79 21.25 -
YUV 104.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 81 112 124 0.35 0.10 0 0.51 196.74 0.21 0.4
Hex 51 70 7C 23 A 0 33 C5 15 28
Octal 121 160 174 43 12 0 63 305 25 50
Binary 1010001 1110000 1111100 100011 1010 0 110011 11000101 10101 101000

Color Harmonies of #51707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51707C

Black with #51707C

Text Example


Text Example

White with #51707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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