Html Css Color HEX #51707F Bismark

📋 copy color: '#51707F'

red 81 ◦ green 112 ◦ blue 127

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

Shades of Bismark #51707F

Tints of Bismark #51707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 25.31%
G = 35%
B = 39.69%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51707F (or 0x51707F) is known color: Bismark. HEX triplet: 51, 70 and 7F. RGB value is (81,112,127). Sum of RGB (Red+Green+Blue) = 81+112+127=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #51707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707F is #AE8F80. Grayscale: #686868. Windows color (decimal): -11440001 or 8351825. OLE color: 8351825.

HSL color Cylindrical-coordinate representation of color #51707F: hue angle of 199.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51707F is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 112 127 -
CMYK 0.36 0.12 0 0.50
HSL 199.57º 0.22% 0.41% -
HSV(B) 199.57º 0.36% 0.5% -
XYZ 13.02 14.87 22.26 -
YUV 104.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 81 112 127 0.36 0.12 0 0.50 199.57 0.22 0.41
Hex 51 70 7F 24 C 0 32 C8 16 29
Octal 121 160 177 44 14 0 62 310 26 51
Binary 1010001 1110000 1111111 100100 1100 0 110010 11001000 10110 101001

Color Harmonies of #51707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51707F

Black with #51707F

Text Example


Text Example

White with #51707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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