Html Css Color HEX #51737F Bismark

📋 copy color: '#51737F'

red 81 ◦ green 115 ◦ blue 127

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

Shades of Bismark #51737F

Tints of Bismark #51737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 25.08%
G = 35.6%
B = 39.32%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51737F (or 0x51737F) is known color: Bismark. HEX triplet: 51, 73 and 7F. RGB value is (81,115,127). Sum of RGB (Red+Green+Blue) = 81+115+127=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #51737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51737F is #AE8C80. Grayscale: #6A6A6A. Windows color (decimal): -11439233 or 8352593. OLE color: 8352593.

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

Color convert

RGB 81 115 127 -
CMYK 0.36 0.09 0 0.50
HSL 195.65º 0.22% 0.41% -
HSV(B) 195.65º 0.36% 0.5% -
XYZ 13.35 15.54 22.37 -
YUV 106.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 81 115 127 0.36 0.09 0 0.50 195.65 0.22 0.41
Hex 51 73 7F 24 9 0 32 C4 16 29
Octal 121 163 177 44 11 0 62 304 26 51
Binary 1010001 1110011 1111111 100100 1001 0 110010 11000100 10110 101001

Color Harmonies of #51737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51737F

Black with #51737F

Text Example


Text Example

White with #51737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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