Html Css Color HEX #51717F Bismark

📋 copy color: '#51717F'

red 81 ◦ green 113 ◦ blue 127

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

Shades of Bismark #51717F

Tints of Bismark #51717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 25.23%
G = 35.2%
B = 39.56%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51717F (or 0x51717F) is known color: Bismark. HEX triplet: 51, 71 and 7F. RGB value is (81,113,127). Sum of RGB (Red+Green+Blue) = 81+113+127=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #51717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51717F is #AE8E80. Grayscale: #686868. Windows color (decimal): -11439745 or 8352081. OLE color: 8352081.

HSL color Cylindrical-coordinate representation of color #51717F: hue angle of 198.26º 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 #51717F is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 113 127 -
CMYK 0.36 0.11 0 0.50
HSL 198.26º 0.22% 0.41% -
HSV(B) 198.26º 0.36% 0.5% -
XYZ 13.13 15.09 22.3 -
YUV 105.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 81 113 127 0.36 0.11 0 0.50 198.26 0.22 0.41
Hex 51 71 7F 24 B 0 32 C6 16 29
Octal 121 161 177 44 13 0 62 306 26 51
Binary 1010001 1110001 1111111 100100 1011 0 110010 11000110 10110 101001

Color Harmonies of #51717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51717F

Black with #51717F

Text Example


Text Example

White with #51717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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