Html Css Color HEX #51666C Smalt Blue

📋 copy color: '#51666C'

red 81 ◦ green 102 ◦ blue 108

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

Shades of Smalt Blue #51666C

Tints of Smalt Blue #51666C

RGB

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

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

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

R = 27.84%
G = 35.05%
B = 37.11%

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

#51666C (or 0x51666C) is known color: Smalt Blue. HEX triplet: 51, 66 and 6C. RGB value is (81,102,108). Sum of RGB (Red+Green+Blue) = 81+102+108=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #51666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51666C is #AE9993. Grayscale: #606060. Windows color (decimal): -11442580 or 7104081. OLE color: 7104081.

HSL color Cylindrical-coordinate representation of color #51666C: hue angle of 193.33º 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 #51666C is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 102 108 -
CMYK 0.25 0.06 0 0.58
HSL 193.33º 0.14% 0.37% -
HSV(B) 193.33º 0.25% 0.42% -
XYZ 10.85 12.33 16 -
YUV 96.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 81 102 108 0.25 0.06 0 0.58 193.33 0.14 0.37
Hex 51 66 6C 19 6 0 3A C1 E 25
Octal 121 146 154 31 6 0 72 301 16 45
Binary 1010001 1100110 1101100 11001 110 0 111010 11000001 1110 100101

Color Harmonies of #51666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51666C

Black with #51666C

Text Example


Text Example

White with #51666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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