Html Css Color HEX #51676D Smalt Blue

📋 copy color: '#51676D'

red 81 ◦ green 103 ◦ blue 109

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

Shades of Smalt Blue #51676D

Tints of Smalt Blue #51676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 27.65%
G = 35.15%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51676D (or 0x51676D) is known color: Smalt Blue. HEX triplet: 51, 67 and 6D. RGB value is (81,103,109). Sum of RGB (Red+Green+Blue) = 81+103+109=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #51676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51676D is #AE9892. Grayscale: #616161. Windows color (decimal): -11442323 or 7169873. OLE color: 7169873.

HSL color Cylindrical-coordinate representation of color #51676D: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51676D is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 103 109 -
CMYK 0.26 0.06 0 0.57
HSL 192.86º 0.15% 0.37% -
HSV(B) 192.86º 0.26% 0.43% -
XYZ 11 12.55 16.31 -
YUV 97.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 81 103 109 0.26 0.06 0 0.57 192.86 0.15 0.37
Hex 51 67 6D 1A 6 0 39 C1 F 25
Octal 121 147 155 32 6 0 71 301 17 45
Binary 1010001 1100111 1101101 11010 110 0 111001 11000001 1111 100101

Color Harmonies of #51676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51676D

Black with #51676D

Text Example


Text Example

White with #51676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51676D; }

 p { color: rgb(81,103,109); }

 H1.HeaderClassName
 {
   color: #51676D;
 }
 .AnyTagClassName
 {
   color: #51676D;
 }
</style>

background-color css

<style>
 a { background-color: #51676D; }

 a { background-color: rgb(81,103,109); }

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

border-color css

<style>
 span { border-color: #51676D; }

 span { border-color: rgb(81,103,109); }

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