Html Css Color HEX #51656E Smalt Blue

📋 copy color: '#51656E'

red 81 ◦ green 101 ◦ blue 110

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

Shades of Smalt Blue #51656E

Tints of Smalt Blue #51656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 27.74%
G = 34.59%
B = 37.67%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51656E (or 0x51656E) is known color: Smalt Blue. HEX triplet: 51, 65 and 6E. RGB value is (81,101,110). Sum of RGB (Red+Green+Blue) = 81+101+110=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #51656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656E is #AE9A91. Grayscale: #5F5F5F. Windows color (decimal): -11442834 or 7234897. OLE color: 7234897.

HSL color Cylindrical-coordinate representation of color #51656E: hue angle of 198.62º 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 #51656E is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 101 110 -
CMYK 0.26 0.08 0 0.57
HSL 198.62º 0.15% 0.37% -
HSV(B) 198.62º 0.26% 0.43% -
XYZ 10.86 12.18 16.53 -
YUV 96.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 81 101 110 0.26 0.08 0 0.57 198.62 0.15 0.37
Hex 51 65 6E 1A 8 0 39 C7 F 25
Octal 121 145 156 32 10 0 71 307 17 45
Binary 1010001 1100101 1101110 11010 1000 0 111001 11000111 1111 100101

Color Harmonies of #51656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51656E

Black with #51656E

Text Example


Text Example

White with #51656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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