Html Css Color HEX #51656C Smalt Blue

📋 copy color: '#51656C'

red 81 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #51656C

Tints of Smalt Blue #51656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 27.93%
G = 34.83%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51656C (or 0x51656C) is known color: Smalt Blue. HEX triplet: 51, 65 and 6C. RGB value is (81,101,108). Sum of RGB (Red+Green+Blue) = 81+101+108=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #51656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656C is #AE9A93. Grayscale: #5F5F5F. Windows color (decimal): -11442836 or 7103825. OLE color: 7103825.

HSL color Cylindrical-coordinate representation of color #51656C: hue angle of 195.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51656C is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 101 108 -
CMYK 0.25 0.06 0 0.58
HSL 195.56º 0.14% 0.37% -
HSV(B) 195.56º 0.25% 0.42% -
XYZ 10.75 12.14 15.96 -
YUV 95.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 81 101 108 0.25 0.06 0 0.58 195.56 0.14 0.37
Hex 51 65 6C 19 6 0 3A C4 E 25
Octal 121 145 154 31 6 0 72 304 16 45
Binary 1010001 1100101 1101100 11001 110 0 111010 11000100 1110 100101

Color Harmonies of #51656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51656C

Black with #51656C

Text Example


Text Example

White with #51656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51656C; }

 p { color: rgb(81,101,108); }

 H1.HeaderClassName
 {
   color: #51656C;
 }
 .AnyTagClassName
 {
   color: #51656C;
 }
</style>

background-color css

<style>
 a { background-color: #51656C; }

 a { background-color: rgb(81,101,108); }

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

border-color css

<style>
 span { border-color: #51656C; }

 span { border-color: rgb(81,101,108); }

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