Html Css Color HEX #51666E Smalt Blue

📋 copy color: '#51666E'

red 81 ◦ green 102 ◦ blue 110

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

Shades of Smalt Blue #51666E

Tints of Smalt Blue #51666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 27.65%
G = 34.81%
B = 37.54%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51666E (or 0x51666E) is known color: Smalt Blue. HEX triplet: 51, 66 and 6E. RGB value is (81,102,110). Sum of RGB (Red+Green+Blue) = 81+102+110=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #51666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51666E is #AE9991. Grayscale: #606060. Windows color (decimal): -11442578 or 7235153. OLE color: 7235153.

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

Color convert

RGB 81 102 110 -
CMYK 0.26 0.07 0 0.57
HSL 196.55º 0.15% 0.37% -
HSV(B) 196.55º 0.26% 0.43% -
XYZ 10.96 12.38 16.56 -
YUV 96.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 81 102 110 0.26 0.07 0 0.57 196.55 0.15 0.37
Hex 51 66 6E 1A 7 0 39 C5 F 25
Octal 121 146 156 32 7 0 71 305 17 45
Binary 1010001 1100110 1101110 11010 111 0 111001 11000101 1111 100101

Color Harmonies of #51666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51666E

Black with #51666E

Text Example


Text Example

White with #51666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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