Html Css Color HEX #51656A Smalt Blue

📋 copy color: '#51656A'

red 81 ◦ green 101 ◦ blue 106

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

Shades of Smalt Blue #51656A

Tints of Smalt Blue #51656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 28.13%
G = 35.07%
B = 36.81%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51656A (or 0x51656A) is known color: Smalt Blue. HEX triplet: 51, 65 and 6A. RGB value is (81,101,106). Sum of RGB (Red+Green+Blue) = 81+101+106=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #51656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656A is #AE9A95. Grayscale: #5F5F5F. Windows color (decimal): -11442838 or 6972753. OLE color: 6972753.

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

Color convert

RGB 81 101 106 -
CMYK 0.24 0.05 0 0.58
HSL 192º 0.13% 0.37% -
HSV(B) 192º 0.24% 0.42% -
XYZ 10.65 12.1 15.41 -
YUV 95.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 81 101 106 0.24 0.05 0 0.58 192 0.13 0.37
Hex 51 65 6A 18 5 0 3A C0 D 25
Octal 121 145 152 30 5 0 72 300 15 45
Binary 1010001 1100101 1101010 11000 101 0 111010 11000000 1101 100101

Color Harmonies of #51656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51656A

Black with #51656A

Text Example


Text Example

White with #51656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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