#55656B

Color #55656B Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #55656B

Tints of Smalt Blue #55656B

Color information

#55656B (or 0x55656B) is unknown color: approx Smalt Blue. HEX triplet: 55, 65 and 6B. RGB value is (85,101,107). Sum of RGB (Red+Green+Blue) = 85+101+107=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #55656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656B is #AA9A94. Grayscale: #606060. Windows color (decimal): -11180693 or 7038293. OLE color: 7038293.

HSL color Cylindrical-coordinate representation of color #55656B: hue angle of 196.36º degrees, saturation: 0.11, 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 #55656B is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85101107-
CMYK0.210.0600.58
HSL196.36º11.46%37.65%-
HSV(B)196.36º20.56%41.96%-
XYZ11.0512.315.7-
YUV96.9133.7119.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=29.01%
G=34.47%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851011070.210.0600.58196.3611.4637.65
Hex55656B15603Ac4b26
Octal1251451532560723041346
Binary101010111001011101011101011100111010110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55656B;
 }
 .AnyTagClassName
 {
   color: #55656B;
 }
</style>
background-color css

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

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

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

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

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

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