Html Css Color HEX #55656C Smalt Blue

📋 copy color: '#55656C'

red 85 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #55656C

Tints of Smalt Blue #55656C

RGB

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

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

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

R = 28.91%
G = 34.35%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55656C (or 0x55656C) is known color: Smalt Blue. HEX triplet: 55, 65 and 6C. RGB value is (85,101,108). Sum of RGB (Red+Green+Blue) = 85+101+108=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #55656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656C is #AA9A93. Grayscale: #606060. Windows color (decimal): -11180692 or 7103829. OLE color: 7103829.

HSL color Cylindrical-coordinate representation of color #55656C: hue angle of 198.26º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55656C is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 101 108 -
CMYK 0.21 0.06 0 0.58
HSL 198.26º 0.12% 0.38% -
HSV(B) 198.26º 0.21% 0.42% -
XYZ 11.11 12.32 15.98 -
YUV 97.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 85 101 108 0.21 0.06 0 0.58 198.26 0.12 0.38
Hex 55 65 6C 15 6 0 3A C6 C 26
Octal 125 145 154 25 6 0 72 306 14 46
Binary 1010101 1100101 1101100 10101 110 0 111010 11000110 1100 100110

Color Harmonies of #55656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55656C

Black with #55656C

Text Example


Text Example

White with #55656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,101,108); }

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

background-color css

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

 a { background-color: rgb(85,101,108); }

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

border-color css

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

 span { border-color: rgb(85,101,108); }

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