Html Css Color HEX #51757B Bismark

📋 copy color: '#51757B'

red 81 ◦ green 117 ◦ blue 123

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

Shades of Bismark #51757B

Tints of Bismark #51757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 25.23%
G = 36.45%
B = 38.32%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51757B (or 0x51757B) is known color: Bismark. HEX triplet: 51, 75 and 7B. RGB value is (81,117,123). Sum of RGB (Red+Green+Blue) = 81+117+123=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #51757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51757B is #AE8A84. Grayscale: #6A6A6A. Windows color (decimal): -11438725 or 8090961. OLE color: 8090961.

HSL color Cylindrical-coordinate representation of color #51757B: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51757B is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 117 123 -
CMYK 0.34 0.05 0 0.52
HSL 188.57º 0.21% 0.4% -
HSV(B) 188.57º 0.34% 0.48% -
XYZ 13.33 15.9 21.11 -
YUV 106.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 81 117 123 0.34 0.05 0 0.52 188.57 0.21 0.4
Hex 51 75 7B 22 5 0 34 BD 15 28
Octal 121 165 173 42 5 0 64 275 25 50
Binary 1010001 1110101 1111011 100010 101 0 110100 10111101 10101 101000

Color Harmonies of #51757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51757B

Black with #51757B

Text Example


Text Example

White with #51757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51757B; }

 p { color: rgb(81,117,123); }

 H1.HeaderClassName
 {
   color: #51757B;
 }
 .AnyTagClassName
 {
   color: #51757B;
 }
</style>

background-color css

<style>
 a { background-color: #51757B; }

 a { background-color: rgb(81,117,123); }

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

border-color css

<style>
 span { border-color: #51757B; }

 span { border-color: rgb(81,117,123); }

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