Html Css Color HEX #55666A Smalt Blue

📋 copy color: '#55666A'

red 85 ◦ green 102 ◦ blue 106

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

Shades of Smalt Blue #55666A

Tints of Smalt Blue #55666A

RGB

 RED value IS 85 (33.59% from 255) = 29.01%

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

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

R = 29.01%
G = 34.81%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55666A (or 0x55666A) is known color: Smalt Blue. HEX triplet: 55, 66 and 6A. RGB value is (85,102,106). Sum of RGB (Red+Green+Blue) = 85+102+106=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #55666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666A is #AA9995. Grayscale: #616161. Windows color (decimal): -11180438 or 6973013. OLE color: 6973013.

HSL color Cylindrical-coordinate representation of color #55666A: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55666A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 102 106 -
CMYK 0.20 0.04 0 0.58
HSL 191.43º 0.11% 0.37% -
HSV(B) 191.43º 0.2% 0.42% -
XYZ 11.1 12.47 15.46 -
YUV 97.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 85 102 106 0.20 0.04 0 0.58 191.43 0.11 0.37
Hex 55 66 6A 14 4 0 3A BF B 25
Octal 125 146 152 24 4 0 72 277 13 45
Binary 1010101 1100110 1101010 10100 100 0 111010 10111111 1011 100101

Color Harmonies of #55666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55666A

Black with #55666A

Text Example


Text Example

White with #55666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,102,106); }

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

background-color css

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

 a { background-color: rgb(85,102,106); }

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

border-color css

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

 span { border-color: rgb(85,102,106); }

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